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
2009-05-28
for-each-ref: Do not lookup objects when they will not be used
Anders Kaseorg
1
-9
/
+17
2009-05-25
Prepare for 1.6.3.2
Junio C Hamano
2
-1
/
+52
2009-05-25
Merge branch 'js/maint-no-ln-across-libexec-and-bin' into maint
Junio C Hamano
1
-0
/
+4
2009-05-25
Merge branch 'lt/maint-diff-reduce-lstat' into maint
Junio C Hamano
2
-3
/
+3
2009-05-25
Merge branch 'jm/format-patch-no-auto-n-when-k-is-given' into maint
Junio C Hamano
2
-1
/
+20
2009-05-25
Merge branch 'do/maint-merge-recursive-fix' into maint
Junio C Hamano
2
-5
/
+101
2009-05-25
Merge branch 'jk/maint-1.6.0-trace-argv' into maint
Junio C Hamano
1
-4
/
+4
2009-05-25
Merge branch 'np/push-delta' into maint
Junio C Hamano
3
-8
/
+23
2009-05-25
Merge branch 'ar/merge-one-file-diag' into maint
Junio C Hamano
0
-0
/
+0
2009-05-25
Merge branch 'ar/unlink-err' into maint
Junio C Hamano
26
-50
/
+68
2009-05-25
Merge branch 'jk/maint-add-empty' into maint
Junio C Hamano
1
-1
/
+1
2009-05-25
fix cat-file usage message and documentation
Jeff King
2
-4
/
+4
2009-05-25
fetch: report ref storage DF errors more accurately
Jeff King
1
-3
/
+8
2009-05-25
lock_ref: inform callers of unavailable ref
Jeff King
1
-1
/
+3
2009-05-25
merge-options.txt: Clarify merge --squash
Michael J Gruber
1
-1
/
+2
2009-05-24
Merge branch 'maint-1.6.2' into maint
Junio C Hamano
1
-1
/
+2
2009-05-24
Merge branch 'maint-1.6.1' into maint-1.6.2
Junio C Hamano
1
-1
/
+2
2009-05-24
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
1
-1
/
+2
2009-05-24
http-push.c::remove_locks(): fix use after free
Alex Riesen
1
-1
/
+2
2009-05-20
grep: fix word-regexp colouring
René Scharfe
1
-0
/
+5
2009-05-20
completion: use git rev-parse to detect bare repos
Giuseppe Bilotta
1
-1
/
+1
2009-05-20
Cope better with a _lot_ of packs
Johannes Schindelin
1
-0
/
+6
2009-05-20
for-each-ref: fix segfault in copy_email
Jeff King
1
-2
/
+5
2009-05-17
show-branch: Fix die message in parse_reflog_param()
Stephen Boyd
1
-1
/
+1
2009-05-16
completion: add missing options to show-branch and show
Stephen Boyd
1
-2
/
+2
2009-05-16
dir.c: clean up handling of 'path' parameter in read_directory_recursive()
Linus Torvalds
1
-1
/
+1
2009-05-16
Fix type-punning issues
Dan McGee
2
-2
/
+5
2009-05-16
test: checkout shouldn't say that HEAD has moved if it didn't
Nanako Shiraishi
1
-0
/
+8
2009-05-16
completion: enhance "current branch" display
Junio C Hamano
1
-2
/
+13
2009-05-16
completion: simplify "current branch" in __git_ps1()
Junio C Hamano
1
-7
/
+8
2009-05-16
completion: fix PS1 display during a merge on detached HEAD
Junio C Hamano
1
-3
/
+3
2009-05-16
builtin-checkout: Don't tell user that HEAD has moved before it has
Daniel Cordero
1
-8
/
+8
2009-05-16
pre-commit.sample: don't print incidental SHA1
Jim Meyering
1
-1
/
+1
2009-05-16
tests: Add tests for missing format-patch long options
Stephen Boyd
2
-0
/
+17
2009-05-16
api-parse-options.txt: use 'func' instead of 'funct'
Stephen Boyd
1
-1
/
+1
2009-05-16
Turn on USE_ST_TIMESPEC for OpenBSD
Tony Kemp
1
-0
/
+1
2009-05-16
Merge branch 'maint-1.6.2' into maint
Junio C Hamano
1
-1
/
+3
2009-05-13
Merge branch 'maint-1.6.1' into maint-1.6.2
Junio C Hamano
1
-1
/
+3
2009-05-13
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
1
-1
/
+3
2009-05-13
Add NO_CROSS_DIRECTORY_HARDLINKS support to the Makefile
Johannes Schindelin
1
-0
/
+4
2009-05-12
GIT 1.6.3.1
Junio C Hamano
2
-7
/
+5
2009-05-12
Merge branch 'maint-1.6.2' into maint
Junio C Hamano
2
-8
/
+29
2009-05-12
Merge branch 'jc/maint-read-tree-multi' into maint-1.6.2
Junio C Hamano
2
-8
/
+29
2009-05-12
Revert "checkout branch: prime cache-tree fully"
Junio C Hamano
2
-8
/
+29
2009-05-10
ls-tree manpage: output of ls-tree is compatible with update-index
Alex Riesen
1
-0
/
+2
2009-05-10
ls-tree manpage: use "unless" instead of "when ... is not"
Alex Riesen
1
-1
/
+1
2009-05-09
merge-recursive: never leave index unmerged while recursing
Dave Olszewski
2
-5
/
+101
2009-05-09
Teach 'git checkout' to preload the index contents
Linus Torvalds
1
-2
/
+2
2009-05-09
Avoid unnecessary 'lstat()' calls in 'get_stat_data()'
Linus Torvalds
1
-1
/
+1
2009-05-09
add: don't complain when adding empty project root
Jeff King
1
-1
/
+1
[next]