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-03-26
Merge branch 'bc/maint-1.6.1-branch-deleted-was'
Junio C Hamano
2
-2
/
+2
2009-03-26
Merge branch 'fg/push-default'
Junio C Hamano
6
-5
/
+134
2009-03-26
Merge branch 'dm/maint-docco'
Junio C Hamano
5
-91
/
+91
2009-03-25
fast-export: Avoid dropping files from commits
Elijah Newren
2
-3
/
+7
2009-03-25
Documentation: Remove spurious uses of "you" in git-bisect.txt.
David J. Mellor
1
-3
/
+3
2009-03-25
Grammar fixes to "merge" and "patch-id" docs
Wincent Colaiuta
3
-9
/
+9
2009-03-25
Correct missing SP characters in grammar comment at top of fast-import.c
Elijah Newren
1
-3
/
+4
2009-03-25
git-filter-branch: avoid collisions with variables in eval'ed commands
Elijah Newren
1
-3
/
+3
2009-03-25
Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6t
Junio C Hamano
3
-1
/
+4
2009-03-25
builtin-push.c: Fix typo: "anythig" -> "anything"
Kevin Ballard
1
-1
/
+1
2009-03-25
t7502-commit: Skip SIGTERM test on Windows
Johannes Sixt
2
-1
/
+3
2009-03-25
t7005-editor: Use $SHELL_PATH in the editor scripts
Johannes Sixt
1
-0
/
+1
2009-03-25
Guard a few Makefile variables against user environments
Johannes Schindelin
1
-0
/
+12
2009-03-24
Merge branch 'maint'
Junio C Hamano
3
-3
/
+3
2009-03-24
Add warning about known issues to documentation of cvsimport
Heiko Voigt
1
-0
/
+34
2009-03-24
completion: add --thread=deep/shallow to format-patch
Stephen Boyd
1
-1
/
+7
2009-03-24
completion: add --cc and --no-attachment option to format-patch
Stephen Boyd
1
-2
/
+2
2009-03-24
completion: add --annotate option to send-email
Stephen Boyd
1
-2
/
+2
2009-03-24
Increase the size of the die/warning buffer to avoid truncation
Shawn O. Pearce
1
-1
/
+1
2009-03-24
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
2
-2
/
+2
2009-03-24
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
2
-2
/
+2
2009-03-24
MinGW: Quote arguments for subprocesses that contain a single-quote
Johannes Sixt
1
-1
/
+1
2009-03-24
Merge branch 'js/windows-tests'
Junio C Hamano
52
-288
/
+594
2009-03-24
close_sha1_file(): make it easier to diagnose errors
Linus Torvalds
1
-1
/
+1
2009-03-24
avoid possible overflow in delta size filtering computation
Nicolas Pitre
1
-1
/
+1
2009-03-23
refs: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-5
/
+3
2009-03-23
builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-1
/
+1
2009-03-23
builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-2
/
+1
2009-03-23
builtin-rm: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-2
/
+1
2009-03-23
builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-4
/
+3
2009-03-23
builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-1
/
+1
2009-03-23
builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-2
/
+2
2009-03-23
builtin-apply: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-8
/
+7
2009-03-23
http-push: using error() and warning() as appropriate
Miklos Vajna
1
-3
/
+3
2009-03-23
t0060: fix whitespace in "wc -c" invocation
Jeff King
1
-1
/
+1
2009-03-22
Documentation: minor grammatical fix in git-check-ref-format.txt
David J. Mellor
1
-20
/
+20
2009-03-22
Documentation: minor grammatical fixes in git-check-attr.txt
David J. Mellor
1
-8
/
+8
2009-03-22
Documentation: minor grammatical fixes in git-cat-file.txt
David J. Mellor
1
-9
/
+9
2009-03-22
Documentation: minor grammatical fixes and rewording in git-bundle.txt
David J. Mellor
1
-43
/
+43
2009-03-22
Documentation: remove some uses of the passive voice in git-bisect.txt
David J. Mellor
1
-11
/
+11
2009-03-22
Makefile: turn on USE_ST_TIMESPEC for FreeBSD
Jeff King
1
-0
/
+1
2009-03-22
bash completion: add options for 'git fsck'
Arto Jonsson
1
-0
/
+16
2009-03-22
Add --staged to bash completion for git diff
Kevin McConnell
1
-1
/
+1
2009-03-22
Improve error message about fetch into current branch
Alex Riesen
1
-1
/
+2
2009-03-22
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2009-03-22
Merge branch 'maint-1.6.1' into maint
Junio C Hamano
1
-1
/
+1
2009-03-22
Merge branch 'maint-1.6.0' into maint-1.6.1
Junio C Hamano
1
-1
/
+1
2009-03-22
everyday: use the dashless form of git-init
David Aguilar
1
-1
/
+1
2009-03-22
t5503: GIT_DEBUG_SEND_PACK is not supported on MinGW
Johannes Sixt
1
-0
/
+7
2009-03-22
t7004: Use prerequisite tags to skip tests that need gpg
Johannes Sixt
1
-49
/
+48
[next]