Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xdiff/xutils.c(xdl_hash_record): factor out whitespace handling | Johannes Schindelin | 2007-03-19 | 1 | -2/+20 |
* | blame: micro-optimize cmp_suspect() | Junio C Hamano | 2007-03-19 | 1 | -3/+2 |
* | Replace remaining instances of strdup with xstrdup. | James Bowes | 2007-03-19 | 3 | -3/+3 |
* | use a LRU eviction policy for the delta base cache | Nicolas Pitre | 2007-03-19 | 1 | -8/+31 |
* | clean up the delta base cache size a bit | Nicolas Pitre | 2007-03-19 | 1 | -3/+3 |
* | GIT 1.5.1-rc1v1.5.1-rc1 | Junio C Hamano | 2007-03-19 | 2 | -2/+50 |
* | Fix merge-index | Junio C Hamano | 2007-03-19 | 1 | -1/+2 |
* | 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 |