| Commit message (Expand) | Author | Age | Files | Lines |
* | git-merge: Put FETCH_HEAD data in merge commit message | Michael S. Tsirkin | 2007-03-22 | 1 | -0/+4 |
* | git-rebase: make 'rebase HEAD branch' work as expected. | Junio C Hamano | 2007-03-22 | 1 | -4/+4 |
* | tree_entry_interesting(): allow it to say "everything is interesting" | Junio C Hamano | 2007-03-22 | 1 | -5/+28 |
* | tree-diff: avoid strncmp() | Junio C Hamano | 2007-03-22 | 1 | -23/+37 |
* | Teach tree_entry_interesting() that the tree entries are sorted. | Junio C Hamano | 2007-03-22 | 1 | -6/+35 |
* | Switch over tree descriptors to contain a pre-parsed entry | Linus Torvalds | 2007-03-21 | 2 | -62/+57 |
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 | 15 | -62/+60 |
* | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 2007-03-21 | 6 | -15/+14 |
* | blame: cmp_suspect is not "cmp" anymore. | Junio C Hamano | 2007-03-20 | 1 | -13/+13 |
* | minor git-prune optimization | Nicolas Pitre | 2007-03-20 | 1 | -4/+4 |
* | improve checkout message when asking for same branch | Nicolas Pitre | 2007-03-20 | 1 | -1/+6 |
* | Be more careful about zlib return values | Linus Torvalds | 2007-03-20 | 1 | -4/+9 |
* | Don't ever return corrupt objects from "parse_object()" | Linus Torvalds | 2007-03-20 | 1 | -2/+4 |
* | index-pack: more validation checks and cleanups | Nicolas Pitre | 2007-03-20 | 1 | -9/+9 |
* | index-pack: use hash_sha1_file() | Nicolas Pitre | 2007-03-20 | 3 | -23/+4 |
* | don't ever allow SHA1 collisions to exist by fetching a pack | Nicolas Pitre | 2007-03-20 | 2 | -4/+27 |
* | git-fetch: Fix single_force in append_fetch_head | Santi BĂ©jar | 2007-03-20 | 1 | -2/+2 |
* | Merge git://git2.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2007-03-19 | 1 | -0/+2 |
|\ |
|
| * | [PATCH] gitk: bind <F5> key to Update (reread commits) | Eric Wong | 2007-03-12 | 1 | -0/+2 |
* | | make git clone -q suppress the noise with http fetch | Chris Wright | 2007-03-19 | 1 | -1/+2 |
* | | Fix loose object uncompression check. | Linus Torvalds | 2007-03-19 | 1 | -2/+15 |
* | | contrib/continuous: a continuous integration build manager | Shawn O. Pearce | 2007-03-19 | 2 | -0/+607 |
* | | Provide some technical documentation for shallow clones | Johannes Schindelin | 2007-03-19 | 1 | -0/+49 |
* | | Add a HOWTO for setting up a standalone git daemon | Johannes Schindelin | 2007-03-19 | 1 | -0/+52 |
* | | 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 |