summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT 1.5.1-rc1v1.5.1-rc1Junio C Hamano2007-03-192-2/+50
* Fix merge-indexJunio C Hamano2007-03-191-1/+2
* Set up for better tree diff optimizationsLinus Torvalds2007-03-191-10/+34
* Trivial cleanup of track_tree_refs()Linus Torvalds2007-03-191-3/+1
* git.el: Add support for commit hooks.Alexandre Julliard2007-03-191-24/+57
* Merge branch 'jb/gc'Junio C Hamano2007-03-185-1/+82
|\
| * Make gc a builtin.James Bowes2007-03-175-1/+82
* | Merge branch 'fl/cvsserver'Junio C Hamano2007-03-181-1/+12
|\ \
| * | cvsserver: further improve messages on commit and statusFrank Lichtenheld2007-03-141-3/+6
| * | cvsserver: Be more chattyFrank Lichtenheld2007-03-141-0/+8
* | | Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-185-4/+46
* | | Merge branch 'sp/run-command'Junio C Hamano2007-03-1811-234/+146
|\ \ \
| * | | Use run_command within send-packShawn O. Pearce2007-03-121-56/+30
| * | | Use run_command within receive-pack to invoke index-packShawn O. Pearce2007-03-121-25/+10
| * | | Use run_command within merge-indexShawn O. Pearce2007-03-121-18/+5
| * | | Use run_command for proxy connectionsShawn O. Pearce2007-03-121-21/+15
| * | | Use RUN_GIT_CMD to run push backendsShawn O. Pearce2007-03-121-3/+3
| * | | Correct new compiler warnings in builtin-revertShawn O. Pearce2007-03-123-4/+4
| * | | Replace fork_with_pipe in bundle with run_commandShawn O. Pearce2007-03-121-99/+30
| * | | Teach run-command to redirect stdout to /dev/nullShawn O. Pearce2007-03-122-8/+19
| * | | Teach run-command about stdout redirectionShawn O. Pearce2007-03-122-1/+31
* | | | Make git-send-email aware of Cc: lines.J. Bruce Fields2007-03-182-5/+6
* | | | mergetool: print an appropriate warning if merge.tool is unknownTheodore Ts'o2007-03-181-4/+9
* | | | mergetool: Add support for vimdiff.James Bowes2007-03-183-5/+7
* | | | Update main git.html page to point at 1.5.0.5 documentationJunio C Hamano2007-03-181-1/+3
* | | | Merge branch 'ar/diff'Junio C Hamano2007-03-1812-27/+242
|\ \ \ \
| * | | | Add tests for --quiet option of diff programsAlex Riesen2007-03-161-0/+80
| * | | | try-to-simplify-commit: use diff-tree --quiet machinery.Junio C Hamano2007-03-141-0/+6
| * | | | revision.c: explain what tree_difference doesJunio C Hamano2007-03-141-2/+9
| * | | | Teach --quiet to diff backends.Junio C Hamano2007-03-142-0/+8
| * | | | diff --quietJunio C Hamano2007-03-142-4/+27
| * | | | Remove unused diffcore_std_no_resolveJunio C Hamano2007-03-142-13/+0
| * | | | Allow git-diff exit with codes similar to diff(1)Alex Riesen2007-03-149-14/+118
* | | | | Avoid unnecessary strlen() callsLinus Torvalds2007-03-183-29/+36
* | | | | Reuse cached data out of delta base cache.Nicolas Pitre2007-03-181-4/+10
* | | | | Implement a simple delta_base cacheLinus Torvalds2007-03-181-1/+42
* | | | | Make trivial wrapper functions around delta base generation and freeingLinus Torvalds2007-03-181-2/+14
* | | | | Merge 1.5.0.5 in from 'maint'Junio C Hamano2007-03-181-0/+28
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | GIT 1.5.0.5v1.5.0.5Junio C Hamano2007-03-183-2/+30
* | | | | Merge branch 'maint'Junio C Hamano2007-03-171-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | git-merge: finish when git-read-tree failsSanti BĂ©jar2007-03-161-2/+2
* | | | | [PATCH] clean up pack index handling a bitNicolas Pitre2007-03-166-87/+90
* | | | | [PATCH] add test for OFS_DELTA objectsNicolas Pitre2007-03-161-6/+65
* | | | | [PATCH] fix t5300-pack-object.shNicolas Pitre2007-03-161-1/+1
* | | | | [PATCH] local-fetch.c: some error printing cleanupNicolas Pitre2007-03-161-20/+13
* | | | | applymbox: brown paper bag fix.Junio C Hamano2007-03-161-2/+2
* | | | | use xstrdup pleaseShawn O. Pearce2007-03-161-2/+2
* | | | | git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini2007-03-167-22/+79
| |/ / / |/| | |
* | | | Merge GIT 1.5.0.4Junio C Hamano2007-03-143-2/+26
|\ \ \ \ | |/ / /
| * | | GIT 1.5.0.4v1.5.0.4Junio C Hamano2007-03-143-2/+26