index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-27
Merge branch 'bk/refresh-missing-ok-in-merge-recursive'
Junio C Hamano
4
-14
/
+70
2014-02-27
Merge branch 'da/pull-ff-configuration'
Junio C Hamano
3
-1
/
+47
2014-02-27
Merge branch 'kb/fast-hashmap'
Junio C Hamano
20
-538
/
+1216
2014-02-27
Merge branch 'nv/commit-gpgsign-config'
Junio C Hamano
7
-5
/
+56
2014-02-27
commit.c: use the generic "sha1_pos" function for lookup
Dmitry S. Dolzhenko
1
-15
/
+9
2014-02-25
builtin/blame.c::find_copy_in_blob: no need to scan for region end
David Kastrup
1
-8
/
+1
2014-02-24
sha1_file.c: document a bunch of functions defined in the file
Michael Haggerty
2
-14
/
+78
2014-02-24
name-hash: retire unused index_name_exists()
Eric Sunshine
2
-10
/
+1
2014-02-24
hashmap.h: use 'unsigned int' for hash-codes everywhere
Karsten Blees
2
-2
/
+2
2014-02-24
test the commit.gpgsign config option
Nicolas Vigier
1
-4
/
+21
2014-02-24
commit-tree: add and document --no-gpg-sign
Junio C Hamano
3
-0
/
+14
2014-02-24
commit-tree: add the commit.gpgsign option to sign all commits
Nicolas Vigier
4
-1
/
+21
2014-02-24
diff: do not quit early on stat-dirty files
Nguyễn Thái Ngọc Duy
3
-5
/
+25
2014-02-24
diff.c: move diffcore_skip_stat_unmatch core logic out for reuse later
Nguyễn Thái Ngọc Duy
1
-21
/
+28
2014-02-24
tests: add checking that combine-diff emits only correct paths
Kirill Smelkov
1
-0
/
+106
2014-02-24
combine-diff: simplify intersect_paths() further
Junio C Hamano
1
-22
/
+12
2014-02-24
combine-diff: combine_diff_path.len is not needed anymore
Kirill Smelkov
3
-24
/
+9
2014-02-24
combine-diff: optimize combine_diff_path sets intersection
Kirill Smelkov
1
-21
/
+73
2014-02-24
diff test: add tests for combine-diff with orderfile
Kirill Smelkov
1
-0
/
+21
2014-02-24
diffcore-order: export generic ordering interface
Kirill Smelkov
2
-19
/
+46
2014-02-24
tree-walk: finally switch over tree descriptors to contain a pre-parsed entry
Kirill Smelkov
2
-2
/
+2
2014-02-24
clean: use cache_name_is_other()
Nguyễn Thái Ngọc Duy
1
-19
/
+2
2014-02-24
clean: replace match_pathspec() with dir_path_match()
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2014-02-24
pathspec: pass directory indicator to match_pathspec_item()
Nguyễn Thái Ngọc Duy
6
-9
/
+20
2014-02-24
match_pathspec: match pathspec "foo/" against directory "foo"
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2014-02-24
dir.c: prepare match_pathspec_item for taking more flags
Nguyễn Thái Ngọc Duy
1
-6
/
+13
2014-02-24
pathspec: rename match_pathspec_depth() to match_pathspec()
Nguyễn Thái Ngọc Duy
7
-25
/
+27
2014-02-24
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
5
-8
/
+12
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
14
-22
/
+24
2014-02-24
Documentation: describe 'submodule update --remote' use case
W. Trevor King
1
-0
/
+10
2014-02-24
submodule: explicit local branch creation in module_clone
W. Trevor King
4
-27
/
+110
2014-02-24
submodule: document module_clone arguments in comments
W. Trevor King
1
-0
/
+6
2014-02-24
submodule: make 'checkout' update_module mode more explicit
W. Trevor King
1
-16
/
+11
2014-02-24
test-hashmap.c: drop unnecessary #includes
Jonathan Nieder
1
-2
/
+1
2014-02-24
.gitignore: test-hashmap is a generated file
Jonathan Nieder
1
-0
/
+1
2014-02-24
blame.c: prepare_lines should not call xrealloc for every line
David Kastrup
1
-15
/
+31
2014-02-24
builtin/blame.c::prepare_lines: fix allocation size of sb->lineno
David Kastrup
1
-2
/
+2
2014-02-24
builtin/blame.c: eliminate same_suspect()
David Kastrup
1
-17
/
+8
2014-02-24
merge-recursive.c: tolerate missing files while refreshing index
Brad King
2
-2
/
+3
2014-02-24
read-cache.c: extend make_cache_entry refresh flag with options
Brad King
3
-12
/
+16
2014-02-24
read-cache.c: refactor --ignore-missing implementation
Brad King
2
-3
/
+7
2014-02-24
t3030-merge-recursive: test known breakage with empty work tree
Brad King
1
-0
/
+47
2014-02-24
read-cache: add index.version config variable
Thomas Gummerer
3
-9
/
+57
2014-02-24
test-lib: allow setting the index format version
Thomas Gummerer
4
-0
/
+20
2014-02-24
am doc: add a pointer to relevant hooks
Jonathan Nieder
1
-0
/
+5
2014-02-24
remote: handle pushremote config in any order
Jeff King
2
-1
/
+19
2014-02-24
log: do not segfault on gmtime errors
Jeff King
2
-2
/
+12
2014-02-24
log: handle integer overflow in timestamps
Jeff King
2
-2
/
+24
2014-02-24
date: check date overflow against time_t
Jeff King
3
-1
/
+19
2014-02-24
fsck: report integer overflow in author timestamps
Jeff King
2
-6
/
+20
[prev]
[next]