Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set up for better tree diff optimizations | Linus Torvalds | 2007-03-19 | 1 | -10/+34 |
* | Trivial cleanup of track_tree_refs() | Linus Torvalds | 2007-03-19 | 1 | -3/+1 |
* | git.el: Add support for commit hooks. | Alexandre Julliard | 2007-03-19 | 1 | -24/+57 |
* | Merge branch 'jb/gc' | Junio C Hamano | 2007-03-18 | 5 | -1/+82 |
|\ | |||||
| * | Make gc a builtin. | James Bowes | 2007-03-17 | 5 | -1/+82 |
* | | Merge branch 'fl/cvsserver' | Junio C Hamano | 2007-03-18 | 1 | -1/+12 |
|\ \ | |||||
| * | | cvsserver: further improve messages on commit and status | Frank Lichtenheld | 2007-03-14 | 1 | -3/+6 |
| * | | cvsserver: Be more chatty | Frank Lichtenheld | 2007-03-14 | 1 | -0/+8 |
* | | | Limit the size of the new delta_base_cache | Shawn O. Pearce | 2007-03-18 | 5 | -4/+46 |
* | | | Merge branch 'sp/run-command' | Junio C Hamano | 2007-03-18 | 11 | -234/+146 |
|\ \ \ | |||||
| * | | | Use run_command within send-pack | Shawn O. Pearce | 2007-03-12 | 1 | -56/+30 |
| * | | | Use run_command within receive-pack to invoke index-pack | Shawn O. Pearce | 2007-03-12 | 1 | -25/+10 |
| * | | | Use run_command within merge-index | Shawn O. Pearce | 2007-03-12 | 1 | -18/+5 |
| * | | | Use run_command for proxy connections | Shawn O. Pearce | 2007-03-12 | 1 | -21/+15 |
| * | | | Use RUN_GIT_CMD to run push backends | Shawn O. Pearce | 2007-03-12 | 1 | -3/+3 |
| * | | | Correct new compiler warnings in builtin-revert | Shawn O. Pearce | 2007-03-12 | 3 | -4/+4 |
| * | | | Replace fork_with_pipe in bundle with run_command | Shawn O. Pearce | 2007-03-12 | 1 | -99/+30 |
| * | | | Teach run-command to redirect stdout to /dev/null | Shawn O. Pearce | 2007-03-12 | 2 | -8/+19 |
| * | | | Teach run-command about stdout redirection | Shawn O. Pearce | 2007-03-12 | 2 | -1/+31 |
* | | | | Make git-send-email aware of Cc: lines. | J. Bruce Fields | 2007-03-18 | 2 | -5/+6 |
* | | | | mergetool: print an appropriate warning if merge.tool is unknown | Theodore Ts'o | 2007-03-18 | 1 | -4/+9 |
* | | | | mergetool: Add support for vimdiff. | James Bowes | 2007-03-18 | 3 | -5/+7 |
* | | | | Update main git.html page to point at 1.5.0.5 documentation | Junio C Hamano | 2007-03-18 | 1 | -1/+3 |
* | | | | Merge branch 'ar/diff' | Junio C Hamano | 2007-03-18 | 12 | -27/+242 |
|\ \ \ \ | |||||
| * | | | | Add tests for --quiet option of diff programs | Alex Riesen | 2007-03-16 | 1 | -0/+80 |
| * | | | | try-to-simplify-commit: use diff-tree --quiet machinery. | Junio C Hamano | 2007-03-14 | 1 | -0/+6 |
| * | | | | revision.c: explain what tree_difference does | Junio C Hamano | 2007-03-14 | 1 | -2/+9 |
| * | | | | Teach --quiet to diff backends. | Junio C Hamano | 2007-03-14 | 2 | -0/+8 |
| * | | | | diff --quiet | Junio C Hamano | 2007-03-14 | 2 | -4/+27 |
| * | | | | Remove unused diffcore_std_no_resolve | Junio C Hamano | 2007-03-14 | 2 | -13/+0 |
| * | | | | Allow git-diff exit with codes similar to diff(1) | Alex Riesen | 2007-03-14 | 9 | -14/+118 |
* | | | | | Avoid unnecessary strlen() calls | Linus Torvalds | 2007-03-18 | 3 | -29/+36 |
* | | | | | Reuse cached data out of delta base cache. | Nicolas Pitre | 2007-03-18 | 1 | -4/+10 |
* | | | | | Implement a simple delta_base cache | Linus Torvalds | 2007-03-18 | 1 | -1/+42 |
* | | | | | Make trivial wrapper functions around delta base generation and freeing | Linus Torvalds | 2007-03-18 | 1 | -2/+14 |
* | | | | | Merge 1.5.0.5 in from 'maint' | Junio C Hamano | 2007-03-18 | 1 | -0/+28 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | GIT 1.5.0.5v1.5.0.5 | Junio C Hamano | 2007-03-18 | 3 | -2/+30 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-03-17 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | git-merge: finish when git-read-tree fails | Santi BĂ©jar | 2007-03-16 | 1 | -2/+2 |
* | | | | | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 2007-03-16 | 6 | -87/+90 |
* | | | | | [PATCH] add test for OFS_DELTA objects | Nicolas Pitre | 2007-03-16 | 1 | -6/+65 |
* | | | | | [PATCH] fix t5300-pack-object.sh | Nicolas Pitre | 2007-03-16 | 1 | -1/+1 |
* | | | | | [PATCH] local-fetch.c: some error printing cleanup | Nicolas Pitre | 2007-03-16 | 1 | -20/+13 |
* | | | | | applymbox: brown paper bag fix. | Junio C Hamano | 2007-03-16 | 1 | -2/+2 |
* | | | | | use xstrdup please | Shawn O. Pearce | 2007-03-16 | 1 | -2/+2 |
* | | | | | git-fetch, git-branch: Support local --track via a special remote '.' | Paolo Bonzini | 2007-03-16 | 7 | -22/+79 |
| |/ / / |/| | | | |||||
* | | | | Merge GIT 1.5.0.4 | Junio C Hamano | 2007-03-14 | 3 | -2/+26 |
|\ \ \ \ | |/ / / | |||||
| * | | | GIT 1.5.0.4v1.5.0.4 | Junio C Hamano | 2007-03-14 | 3 | -2/+26 |
| * | | | Clarify doc for git-config --unset-all. | Yann Dirson | 2007-03-14 | 1 | -1/+1 |
| * | | | git-checkout: fix "eval" used for merge labelling. | Junio C Hamano | 2007-03-14 | 1 | -1/+1 |