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-03-05
Merge branch 'ks/combine-diff'
Junio C Hamano
7
-65
/
+246
2014-03-05
t7800: add a difftool test for .git-files
Junio C Hamano
1
-0
/
+14
2014-03-05
i18n: proposed command missing leading dash
Sandy Carter
1
-2
/
+2
2014-03-04
commit.c: use skip_prefix() instead of starts_with()
Tanay Abhra
1
-8
/
+6
2014-03-03
git-bisect.sh: fix a few style issues
Jacopo Notarstefano
1
-4
/
+4
2014-03-03
git-add--interactive: warn if module for interactive.singlekey is missing
Simon Ruderich
1
-0
/
+3
2014-03-03
git-config: document interactive.singlekey requires Term::ReadKey
Simon Ruderich
1
-1
/
+1
2014-03-03
strbuf: style fix -- top opening bracket on a separate line
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2014-03-03
write_pack_file: use correct variable in diagnostic
Sun He
1
-1
/
+1
2014-02-28
submodule update: consistently document the '--checkout' option
Jens Lehmann
2
-2
/
+11
2014-02-28
help.c: rename function "pretty_print_string_list"
Ralf Thielow
1
-4
/
+3
2014-02-28
Document some functions defined in object.c
Michael Haggerty
2
-1
/
+35
2014-02-28
Add docstrings for lookup_replace_object() and do_lookup_replace_object()
Michael Haggerty
2
-0
/
+20
2014-02-28
CodingGuidelines: mention C whitespace rules
Jeff King
1
-0
/
+11
2014-02-28
add uploadarchive.allowUnreachable option
Scott J. Goldman
4
-2
/
+33
2014-02-28
docs: clarify remote restrictions for git-upload-archive
Jeff King
2
-1
/
+30
2014-02-27
Merge branch 'nd/http-fetch-shallow-fix'
Junio C Hamano
9
-29
/
+104
2014-02-27
Merge branch 'jk/pack-bitmap'
Junio C Hamano
33
-276
/
+4736
2014-02-27
Merge branch 'dk/blame-janitorial'
Junio C Hamano
1
-51
/
+42
2014-02-27
Merge branch 'bc/gpg-sign-everywhere'
Junio C Hamano
18
-59
/
+135
2014-02-27
Merge branch 'al/docs'
Junio C Hamano
4
-10
/
+8
2014-02-27
Merge branch 'jk/test-ports'
Junio C Hamano
10
-10
/
+2
2014-02-27
Merge branch 'nd/reset-intent-to-add'
Junio C Hamano
5
-15
/
+50
2014-02-27
Merge branch 'ks/tree-diff-walk'
Junio C Hamano
5
-59
/
+10
2014-02-27
Merge branch 'mw/symlinks'
Junio C Hamano
3
-20
/
+112
2014-02-27
Merge branch 'nd/test-rename-reset'
Junio C Hamano
2
-0
/
+0
2014-02-27
Merge branch 'wk/submodule-on-branch'
Junio C Hamano
4
-42
/
+135
2014-02-27
Merge branch 'ep/varscope'
Junio C Hamano
7
-19
/
+22
2014-02-27
Merge branch 'bs/stdio-undef-before-redef'
Junio C Hamano
1
-0
/
+6
2014-02-27
Merge branch 'jk/config-path-include-fix'
Junio C Hamano
2
-2
/
+6
2014-02-27
Merge branch 'ds/rev-parse-required-args'
Junio C Hamano
1
-6
/
+11
2014-02-27
Merge branch 'nd/diff-quiet-stat-dirty'
Junio C Hamano
3
-24
/
+51
2014-02-27
Merge branch 'nd/submodule-pathspec-ending-with-slash'
Junio C Hamano
22
-76
/
+89
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-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
[prev]
[next]