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-01-13
Merge branch 'jk/credential-plug-leak' into maint
Junio C Hamano
1
-1
/
+2
2014-01-13
Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maint
Junio C Hamano
2
-7
/
+47
2014-01-13
Merge branch 'jk/rev-parse-double-dashes' into maint
Junio C Hamano
2
-1
/
+39
2014-01-13
Merge branch 'jk/cat-file-regression-fix' into maint
Junio C Hamano
2
-10
/
+42
2014-01-13
pack-heuristics.txt: mark up the file header properly
Thomas Ackermann
1
-2
/
+2
2014-01-13
t5531: further "matching" fixups
Jeff King
1
-0
/
+1
2014-01-10
diff test: reading a directory as a file need not error out
Jonathan Nieder
1
-4
/
+0
2014-01-10
mv: let 'git mv file no-such-dir/' error out on Windows, too
Johannes Sixt
1
-0
/
+2
2014-01-10
Update draft release notes to 1.9
Junio C Hamano
1
-1
/
+114
2014-01-10
Merge branch 'ss/builtin-cleanup'
Junio C Hamano
4
-125
/
+143
2014-01-10
Merge branch 'vm/octopus-merge-bases-simplify'
Junio C Hamano
1
-18
/
+18
2014-01-10
Merge branch 'ta/format-user-manual-as-an-article'
Junio C Hamano
2
-2
/
+2
2014-01-10
Merge branch 'rr/completion-branch-config'
Junio C Hamano
2
-5
/
+29
2014-01-10
Merge branch 'js/lift-parent-count-limit'
Junio C Hamano
4
-10
/
+45
2014-01-10
Merge branch 'jk/test-framework-updates'
Junio C Hamano
2
-14
/
+7
2014-01-10
Merge branch 'bm/merge-base-octopus-dedup'
Junio C Hamano
2
-6
/
+65
2014-01-10
Merge branch 'km/gc-eperm'
Junio C Hamano
1
-1
/
+1
2014-01-10
Merge branch 'jk/http-auth-tests-robustify'
Junio C Hamano
6
-17
/
+26
2014-01-10
Merge branch 'jk/credential-plug-leak'
Junio C Hamano
1
-1
/
+2
2014-01-10
Merge branch 'bs/mirbsd'
Junio C Hamano
2
-1
/
+8
2014-01-10
Merge branch 'nd/commit-tree-constness'
Junio C Hamano
2
-4
/
+4
2014-01-10
Merge branch 'jk/oi-delta-base'
Junio C Hamano
5
-3
/
+103
2014-01-10
Merge branch 'jk/sha1write-void'
Junio C Hamano
4
-7
/
+3
2014-01-10
Merge branch 'nd/add-empty-fix'
Junio C Hamano
2
-1
/
+20
2014-01-10
Merge branch 'nd/daemon-informative-errors-typofix'
Junio C Hamano
1
-2
/
+2
2014-01-10
Merge branch 'tm/fetch-prune'
Junio C Hamano
2
-10
/
+58
2014-01-10
Merge branch 'sb/diff-orderfile-config'
Junio C Hamano
5
-15
/
+125
2014-01-10
Merge branch 'bc/log-decoration'
Junio C Hamano
2
-0
/
+17
2014-01-10
Merge branch 'jh/rlimit-nofile-fallback'
Junio C Hamano
1
-7
/
+30
2014-01-10
Merge branch 'rt/bfg-ad-in-filter-branch-doc'
Junio C Hamano
1
-1
/
+32
2014-01-10
Merge branch 'mh/path-max'
Junio C Hamano
2
-31
/
+45
2014-01-10
Merge branch 'ap/path-max'
Junio C Hamano
3
-36
/
+42
2014-01-10
Merge branch 'cc/replace-object-info'
Junio C Hamano
8
-26
/
+141
2014-01-10
Merge branch 'nd/negative-pathspec'
Junio C Hamano
7
-40
/
+354
2014-01-09
rebase: fix fork-point with zero arguments
John Keeping
2
-3
/
+12
2014-01-09
shorten_unambiguous_ref(): tighten up pointer arithmetic
Michael Haggerty
1
-2
/
+2
2014-01-09
gen_scanf_fmt(): delete function and use snprintf() instead
Michael Haggerty
1
-26
/
+9
2014-01-09
shorten_unambiguous_ref(): introduce a new local variable
Michael Haggerty
1
-4
/
+4
2014-01-09
t5537: fix incorrect expectation in test case 10
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2014-01-07
rm: better document side effects when removing a submodule
Jens Lehmann
2
-0
/
+25
2014-01-07
mv: better document side effects when moving a submodule
Jens Lehmann
2
-0
/
+33
2014-01-07
stash: handle specifying stashes with $IFS
Øystein Walle
2
-7
/
+19
2014-01-07
completion: complete format.coverLetter
Ramkumar Ramachandra
1
-0
/
+1
2014-01-07
sha1_name: don't resolve refs when core.warnambiguousrefs is false
Brodie Rao
1
-2
/
+2
2014-01-07
pager: set LV=-c alongside LESS=FRSX
Jonathan Nieder
5
-3
/
+28
2014-01-07
git-submodule.sh: 'checkout' is a valid update mode
Francesco Pretto
1
-1
/
+12
2014-01-06
user-manual: improve html and pdf formatting
Thomas Ackermann
2
-2
/
+2
2014-01-06
builtin/help.c: speed up is_git_command() by checking for builtin commands first
Sebastian Schuberth
4
-117
/
+134
2014-01-06
builtin/help.c: call load_command_list() only when it is needed
Sebastian Schuberth
1
-1
/
+2
2014-01-06
git.c: consistently use the term "builtin" instead of "internal command"
Sebastian Schuberth
2
-8
/
+8
[prev]
[next]