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
2006-03-09
Nicer output from 'git'
Fredrik Kuivinen
5
-18
/
+96
2006-03-09
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
Junio C Hamano
5
-7
/
+5
2006-03-09
Remove trailing dot after short description
Fredrik Kuivinen
53
-53
/
+53
2006-03-09
Fix some inconsistencies in the docs
Fredrik Kuivinen
3
-3
/
+3
2006-03-09
contrib/git-svn: fix a harmless warning on rebuild (with old repos)
Eric Wong
1
-1
/
+1
2006-03-09
contrib/git-svn: remove the --no-stop-on-copy flag
Eric Wong
2
-13
/
+11
2006-03-09
contrib/git-svn: fix svn compat and fetch args
Eric Wong
2
-20
/
+75
2006-03-09
Don't recurse into parents marked uninteresting.
Matthias Urlichs
1
-12
/
+14
2006-03-09
diff-delta: bound hash list length to avoid O(m*n) behavior
Nicolas Pitre
1
-30
/
+71
2006-03-09
test-delta needs zlib to compile
Nicolas Pitre
1
-1
/
+1
2006-03-08
git-fmt-merge-msg cleanup
Linus Torvalds
1
-1
/
+1
2006-03-07
repo-config: give value_ a sane default so regexec won't segfault
Jonas Fonseca
2
-1
/
+12
2006-03-07
Update http-push functionality
Nick Hengeveld
2
-335
/
+727
2006-03-07
cvsimport: Remove master-updating code
Matthias Urlichs
2
-25
/
+8
2006-03-06
Merge branch 'sp/checkout'
Junio C Hamano
7
-27
/
+371
2006-03-06
Merge branch 'fd/asciidoc'
Junio C Hamano
1
-0
/
+10
2006-03-06
Allow format-patch to attach patches
Mike McCormack
1
-7
/
+45
2006-03-06
Allow adding arbitary lines in the mail header generated by format-patch.
Mike McCormack
1
-2
/
+6
2006-03-06
annotate-blame: tests incomplete lines.
Junio C Hamano
1
-0
/
+19
2006-03-06
blame: unbreak "diff -U 0".
Junio C Hamano
1
-2
/
+2
2006-03-05
Tweak asciidoc output to work with broken docbook-xsl
Francis Daly
1
-0
/
+10
2006-03-05
annotate-blame test: add evil merge.
Junio C Hamano
1
-0
/
+9
2006-03-05
annotate-blame test: don't "source", but say "."
Junio C Hamano
2
-2
/
+2
2006-03-05
annotate/blame tests updates.
Junio C Hamano
1
-37
/
+44
2006-03-05
annotate: Support annotation of files on other revisions.
Ryan Anderson
1
-2
/
+4
2006-03-05
git/Documentation: fix SYNOPSIS style bugs
Dmitry V. Levin
8
-10
/
+10
2006-03-05
blame: avoid "diff -u0".
Junio C Hamano
1
-1
/
+1
2006-03-05
git-blame: Use the same tests for git-blame as for git-annotate
Fredrik Kuivinen
3
-83
/
+97
2006-03-05
blame and annotate: show localtime with timezone.
Junio C Hamano
2
-5
/
+20
2006-03-05
blame: avoid -lm by not using log().
Junio C Hamano
2
-6
/
+4
2006-03-05
git-blame: Make the output human readable
Fredrik Kuivinen
2
-18
/
+148
2006-03-05
get_revision(): do not dig deeper when we know we are at the end.
Linus Torvalds
1
-7
/
+11
2006-03-05
documentation: add 'see also' sections to git-rm and git-add
Jeff Muizelaar
2
-0
/
+6
2006-03-05
contrib/emacs/Makefile: Provide tool for byte-compiling files.
Mark Wooding
2
-0
/
+21
2006-03-05
gitignore: Ignore some more boring things.
Mark Wooding
2
-0
/
+2
2006-03-05
Const tightening.
Junio C Hamano
10
-39
/
+44
2006-03-05
Documentation/Makefile: Some `git-*.txt' files aren't manpages.
Mark Wooding
1
-1
/
+5
2006-03-05
cvsserver: updated documentation
Martin Langhoff
1
-25
/
+60
2006-03-05
Add --temp and --stage=all options to checkout-index.
Shawn Pearce
7
-27
/
+371
2006-03-05
cosmetics: change from 'See-Also' to 'See Also'
Jeff Muizelaar
4
-4
/
+4
2006-03-05
git-commit --amend: allow empty commit.
Junio C Hamano
1
-1
/
+1
2006-03-04
Cauterize dropped or duplicate bits from next.
Junio C Hamano
0
-0
/
+0
2006-03-04
Merge part of 'sp/checkout'
Junio C Hamano
2
-2
/
+59
2006-03-04
AsciiDoc fix for tutorial
Francis Daly
1
-1
/
+1
2006-03-04
git.el: Added customize support for all parameters.
Alexandre Julliard
1
-31
/
+54
2006-03-04
git.el: Added support for Signed-off-by.
Alexandre Julliard
1
-5
/
+11
2006-03-04
git.el: Automatically update .gitignore status.
Alexandre Julliard
1
-3
/
+8
2006-03-04
git.el: Set default directory before running the status mode setup hooks.
Alexandre Julliard
1
-1
/
+2
2006-03-04
git.el: Portability fixes for XEmacs and Emacs CVS.
Alexandre Julliard
1
-4
/
+10
2006-03-04
contrib/emacs: Add an Emacs VC backend.
Alexandre Julliard
1
-0
/
+135
[next]