summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http-push: fix revision walkNick Hengeveld2006-03-101-8/+5
* Add git-imap-send, derived from isync 1.0.1.Mike McCormack2006-03-103-1/+1362
* repack: prune loose objects when -d is givenJunio C Hamano2006-03-101-0/+1
* try_to_simplify_commit(): do not skip inspecting tree change at boundary.Junio C Hamano2006-03-101-6/+14
* Fix t1200 test for breakage caused by removal of full-stop at the end of fast...Junio C Hamano2006-03-091-1/+1
* Describe how to add extra mail header lines in mail generated by git-format-p...Mike McCormack2006-03-091-0/+9
* Document the --attach flag.Mike McCormack2006-03-091-1/+4
* allow double click on current HEAD id after git-pullOlaf Hering2006-03-092-2/+2
* refs.c::do_for_each_ref(): Finish error message lines with "\n"Junio C Hamano2006-03-091-3/+3
* 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