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-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
2014-01-06
Merge branch 'maint'
Junio C Hamano
2
-8
/
+10
2014-01-06
safe_create_leading_directories(): add new error value SCLD_VANISHED
Michael Haggerty
2
-1
/
+20
2014-01-06
cmd_init_db(): when creating directories, handle errors conservatively
Michael Haggerty
1
-3
/
+4
2014-01-06
safe_create_leading_directories(): introduce enum for return values
Michael Haggerty
4
-13
/
+26
2014-01-06
safe_create_leading_directories(): always restore slash at end of loop
Michael Haggerty
1
-13
/
+9
2014-01-06
safe_create_leading_directories(): split on first of multiple slashes
Michael Haggerty
1
-2
/
+3
2014-01-06
safe_create_leading_directories(): rename local variable
Michael Haggerty
1
-5
/
+5
2014-01-06
safe_create_leading_directories(): add explicit "slash" pointer
Michael Haggerty
1
-9
/
+11
2014-01-06
safe_create_leading_directories(): reduce scope of local variable
Michael Haggerty
1
-1
/
+2
2014-01-06
safe_create_leading_directories(): fix format of "if" chaining
Michael Haggerty
1
-4
/
+2
2014-01-06
completion: fix remote.pushdefault
Ramkumar Ramachandra
1
-0
/
+1
2014-01-06
completion: fix branch.autosetup(merge|rebase)
Ramkumar Ramachandra
1
-0
/
+1
2014-01-06
completion: introduce __gitcomp_nl_append ()
Ramkumar Ramachandra
2
-4
/
+26
[prev]
[next]