summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | pack-objects: simplify "thin" pack.Junio C Hamano2006-03-061-27/+11
| * | verify-pack -v: show delta-chain histogram.Junio C Hamano2006-03-051-1/+19
* | | Merge branch 'jc/fsck'Junio C Hamano2006-03-132-26/+9
|\ \ \
| * | | fsck-objects: Remove --standaloneJunio C Hamano2006-03-092-26/+9
* | | | Merge branch 'nh/http'Junio C Hamano2006-03-133-264/+796
|\ \ \ \
| * | | | http-push: cleanupNick Hengeveld2006-03-101-24/+33
| * | | | http-push: support for updating remote info/refsNick Hengeveld2006-03-101-11/+536
| * | | | http-push: improve remote lock managementNick Hengeveld2006-03-101-73/+76
| * | | | http-push: refactor remote file/directory processingNick Hengeveld2006-03-101-137/+106
| * | | | HTTP slot reuse fixesNick Hengeveld2006-03-103-20/+49
| * | | | http-push: fix revision walkNick Hengeveld2006-03-101-8/+5
* | | | | Merge branch 'fk/blame'Junio C Hamano2006-03-136-99/+318
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | blame: Rename detection (take 2)Fredrik Kuivinen2006-03-101-40/+199
| * | | | rev-lib: Make it easy to do rename tracking (take 2)Fredrik Kuivinen2006-03-103-47/+75
| * | | | Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen2006-03-102-12/+44
| |/ / /
* | | | annotate-tests: override VISUAL when running tests.Mark Wooding2006-03-121-1/+1
* | | | imap-send: Add missing #include for macosxJohannes Schindelin2006-03-121-0/+1
* | | | git-diff: -p disables rename detection.Junio C Hamano2006-03-111-2/+2
* | | | imap-send: cleanup execl() call to use NULL sentinel instead of 0Marco Roeland2006-03-111-1/+1
* | | | annotate.perl triggers rpm bugsean2006-03-111-1/+1
|/ / /
* | | 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
|/ / /