summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Nicer output from 'git'Fredrik Kuivinen2006-03-095-18/+96
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-095-7/+5
* Remove trailing dot after short descriptionFredrik Kuivinen2006-03-0953-53/+53
* Fix some inconsistencies in the docsFredrik Kuivinen2006-03-093-3/+3
* contrib/git-svn: fix a harmless warning on rebuild (with old repos)Eric Wong2006-03-091-1/+1
* contrib/git-svn: remove the --no-stop-on-copy flagEric Wong2006-03-092-13/+11
* contrib/git-svn: fix svn compat and fetch argsEric Wong2006-03-092-20/+75
* Don't recurse into parents marked uninteresting.Matthias Urlichs2006-03-091-12/+14
* diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre2006-03-091-30/+71
* test-delta needs zlib to compileNicolas Pitre2006-03-091-1/+1
* git-fmt-merge-msg cleanupLinus Torvalds2006-03-081-1/+1
* repo-config: give value_ a sane default so regexec won't segfaultJonas Fonseca2006-03-072-1/+12
* Update http-push functionalityNick Hengeveld2006-03-072-335/+727
* cvsimport: Remove master-updating codeMatthias Urlichs2006-03-072-25/+8
* Merge branch 'sp/checkout'Junio C Hamano2006-03-067-27/+371
|\
| * Add --temp and --stage=all options to checkout-index.Shawn Pearce2006-03-057-27/+371
* | Merge branch 'fd/asciidoc'Junio C Hamano2006-03-061-0/+10
|\ \
| * | Tweak asciidoc output to work with broken docbook-xslFrancis Daly2006-03-051-0/+10
* | | Allow format-patch to attach patchesMike McCormack2006-03-061-7/+45
* | | Allow adding arbitary lines in the mail header generated by format-patch.Mike McCormack2006-03-061-2/+6
* | | annotate-blame: tests incomplete lines.Junio C Hamano2006-03-061-0/+19
* | | blame: unbreak "diff -U 0".Junio C Hamano2006-03-061-2/+2
|/ /
* | annotate-blame test: add evil merge.Junio C Hamano2006-03-051-0/+9
* | annotate-blame test: don't "source", but say "."Junio C Hamano2006-03-052-2/+2
* | annotate/blame tests updates.Junio C Hamano2006-03-051-37/+44
* | annotate: Support annotation of files on other revisions.Ryan Anderson2006-03-051-2/+4
* | git/Documentation: fix SYNOPSIS style bugsDmitry V. Levin2006-03-058-10/+10
* | blame: avoid "diff -u0".Junio C Hamano2006-03-051-1/+1
* | git-blame: Use the same tests for git-blame as for git-annotateFredrik Kuivinen2006-03-053-83/+97
* | blame and annotate: show localtime with timezone.Junio C Hamano2006-03-052-5/+20
* | blame: avoid -lm by not using log().Junio C Hamano2006-03-052-6/+4
* | git-blame: Make the output human readableFredrik Kuivinen2006-03-052-18/+148
* | get_revision(): do not dig deeper when we know we are at the end.Linus Torvalds2006-03-051-7/+11
* | documentation: add 'see also' sections to git-rm and git-addJeff Muizelaar2006-03-052-0/+6
* | contrib/emacs/Makefile: Provide tool for byte-compiling files.Mark Wooding2006-03-052-0/+21
* | gitignore: Ignore some more boring things.Mark Wooding2006-03-052-0/+2
* | Const tightening.Junio C Hamano2006-03-0510-39/+44
* | Documentation/Makefile: Some `git-*.txt' files aren't manpages.Mark Wooding2006-03-051-1/+5
* | cvsserver: updated documentationMartin Langhoff2006-03-051-25/+60
|/
* cosmetics: change from 'See-Also' to 'See Also'Jeff Muizelaar2006-03-054-4/+4
* git-commit --amend: allow empty commit.Junio C Hamano2006-03-051-1/+1
*-. Cauterize dropped or duplicate bits from next.Junio C Hamano2006-03-040-0/+0
|\ \
| | * diff-delta: cull collided hash bucket more aggressively.Junio C Hamano2006-03-011-12/+25
| * | cvsserver: fix checkouts with -d <somedir>Martin Langhoff2006-03-031-5/+5
| * | cvsserver: checkout faster by sending files in a sensible orderMartin Langhoff2006-03-031-2/+5
| * | Merge branch 'master' into nextJunio C Hamano2006-03-024-41/+82
| |\ \
| * \ \ Merge branch 'ml/cvsserver' into nextJunio C Hamano2006-03-011-3/+24
| |\ \ \
| * \ \ \ Merge branch 'np/delta' into nextJunio C Hamano2006-03-017-25/+137
| |\ \ \ \
| | * | | | diff-delta: allow reusing of the reference buffer indexNicolas Pitre2006-03-016-21/+40
| | * | | | diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre2006-03-011-13/+56