summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-11Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen
2006-03-11Add git-imap-send, derived from isync 1.0.1.Mike McCormack
2006-03-11repack: prune loose objects when -d is givenJunio C Hamano
2006-03-11try_to_simplify_commit(): do not skip inspecting tree change at boundary.Junio C Hamano
2006-03-10Fix t1200 test for breakage caused by removal of full-stop at the end of fast...Junio C Hamano
2006-03-10Describe how to add extra mail header lines in mail generated by git-format-p...Mike McCormack
2006-03-10Document the --attach flag.Mike McCormack
2006-03-10allow double click on current HEAD id after git-pullOlaf Hering
2006-03-09refs.c::do_for_each_ref(): Finish error message lines with "\n"Junio C Hamano
2006-03-09Nicer output from 'git'Fredrik Kuivinen
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen
2006-03-09Fix some inconsistencies in the docsFredrik Kuivinen
2006-03-09contrib/git-svn: fix a harmless warning on rebuild (with old repos)Eric Wong
2006-03-09contrib/git-svn: remove the --no-stop-on-copy flagEric Wong
2006-03-09contrib/git-svn: fix svn compat and fetch argsEric Wong
2006-03-09Don't recurse into parents marked uninteresting.Matthias Urlichs
2006-03-09diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre
2006-03-09test-delta needs zlib to compileNicolas Pitre
2006-03-09git-fmt-merge-msg cleanupLinus Torvalds
2006-03-08repo-config: give value_ a sane default so regexec won't segfaultJonas Fonseca
2006-03-08Update http-push functionalityNick Hengeveld
2006-03-08cvsimport: Remove master-updating codeMatthias Urlichs
2006-03-07Merge branch 'sp/checkout'Junio C Hamano
2006-03-07Merge branch 'fd/asciidoc'Junio C Hamano
2006-03-07Allow format-patch to attach patchesMike McCormack
2006-03-07Allow adding arbitary lines in the mail header generated by format-patch.Mike McCormack
2006-03-06annotate-blame: tests incomplete lines.Junio C Hamano
2006-03-06blame: unbreak "diff -U 0".Junio C Hamano
2006-03-06Tweak asciidoc output to work with broken docbook-xslFrancis Daly
2006-03-06annotate-blame test: add evil merge.Junio C Hamano
2006-03-06annotate-blame test: don't "source", but say "."Junio C Hamano
2006-03-06annotate/blame tests updates.Junio C Hamano
2006-03-06annotate: Support annotation of files on other revisions.Ryan Anderson
2006-03-06git/Documentation: fix SYNOPSIS style bugsDmitry V. Levin
2006-03-06blame: avoid "diff -u0".Junio C Hamano
2006-03-06git-blame: Use the same tests for git-blame as for git-annotateFredrik Kuivinen
2006-03-06blame and annotate: show localtime with timezone.Junio C Hamano
2006-03-06blame: avoid -lm by not using log().Junio C Hamano
2006-03-05git-blame: Make the output human readableFredrik Kuivinen
2006-03-05get_revision(): do not dig deeper when we know we are at the end.Linus Torvalds
2006-03-05documentation: add 'see also' sections to git-rm and git-addJeff Muizelaar
2006-03-05contrib/emacs/Makefile: Provide tool for byte-compiling files.Mark Wooding
2006-03-05gitignore: Ignore some more boring things.Mark Wooding
2006-03-05Const tightening.Junio C Hamano
2006-03-05Documentation/Makefile: Some `git-*.txt' files aren't manpages.Mark Wooding
2006-03-05cvsserver: updated documentationMartin Langhoff
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce
2006-03-05cosmetics: change from 'See-Also' to 'See Also'Jeff Muizelaar
2006-03-05git-commit --amend: allow empty commit.Junio C Hamano