| Commit message (Expand) | Author | Age |
... | |
* | | | | | tree-diff: avoid strncmp() | Junio C Hamano | 2007-03-22 |
* | | | | | Teach tree_entry_interesting() that the tree entries are sorted. | Junio C Hamano | 2007-03-22 |
* | | | | | Switch over tree descriptors to contain a pre-parsed entry | Linus Torvalds | 2007-03-21 |
* | | | | | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 |
* | | | | | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 2007-03-21 |
* | | | | | blame: cmp_suspect is not "cmp" anymore. | Junio C Hamano | 2007-03-20 |
* | | | | | minor git-prune optimization | Nicolas Pitre | 2007-03-20 |
* | | | | | improve checkout message when asking for same branch | Nicolas Pitre | 2007-03-20 |
* | | | | | Be more careful about zlib return values | Linus Torvalds | 2007-03-20 |
* | | | | | Don't ever return corrupt objects from "parse_object()" | Linus Torvalds | 2007-03-20 |
* | | | | | index-pack: more validation checks and cleanups | Nicolas Pitre | 2007-03-20 |
* | | | | | index-pack: use hash_sha1_file() | Nicolas Pitre | 2007-03-20 |
* | | | | | don't ever allow SHA1 collisions to exist by fetching a pack | Nicolas Pitre | 2007-03-20 |
| |_|/ /
|/| | | |
|
* | | | | git-fetch: Fix single_force in append_fetch_head | Santi BĂ©jar | 2007-03-20 |
* | | | | Merge git://git2.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2007-03-19 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | [PATCH] gitk: bind <F5> key to Update (reread commits) | Eric Wong | 2007-03-12 |
* | | | | make git clone -q suppress the noise with http fetch | Chris Wright | 2007-03-19 |
* | | | | Fix loose object uncompression check. | Linus Torvalds | 2007-03-19 |
* | | | | contrib/continuous: a continuous integration build manager | Shawn O. Pearce | 2007-03-19 |
* | | | | Provide some technical documentation for shallow clones | Johannes Schindelin | 2007-03-19 |
* | | | | Add a HOWTO for setting up a standalone git daemon | Johannes Schindelin | 2007-03-19 |
* | | | | xdiff/xutils.c(xdl_hash_record): factor out whitespace handling | Johannes Schindelin | 2007-03-19 |
* | | | | blame: micro-optimize cmp_suspect() | Junio C Hamano | 2007-03-19 |
* | | | | Replace remaining instances of strdup with xstrdup. | James Bowes | 2007-03-19 |
* | | | | use a LRU eviction policy for the delta base cache | Nicolas Pitre | 2007-03-19 |
* | | | | clean up the delta base cache size a bit | Nicolas Pitre | 2007-03-19 |
* | | | | GIT 1.5.1-rc1v1.5.1-rc1 | Junio C Hamano | 2007-03-19 |
* | | | | Fix merge-index | Junio C Hamano | 2007-03-19 |
* | | | | Set up for better tree diff optimizations | Linus Torvalds | 2007-03-19 |
* | | | | Trivial cleanup of track_tree_refs() | Linus Torvalds | 2007-03-19 |
* | | | | git.el: Add support for commit hooks. | Alexandre Julliard | 2007-03-19 |
* | | | | Merge branch 'jb/gc' | Junio C Hamano | 2007-03-18 |
|\ \ \ \ |
|
| * | | | | Make gc a builtin. | James Bowes | 2007-03-17 |
* | | | | | Merge branch 'fl/cvsserver' | Junio C Hamano | 2007-03-18 |
|\ \ \ \ \ |
|
| * | | | | | cvsserver: further improve messages on commit and status | Frank Lichtenheld | 2007-03-14 |
| * | | | | | cvsserver: Be more chatty | Frank Lichtenheld | 2007-03-14 |
* | | | | | | Limit the size of the new delta_base_cache | Shawn O. Pearce | 2007-03-18 |
* | | | | | | Merge branch 'sp/run-command' | Junio C Hamano | 2007-03-18 |
|\ \ \ \ \ \ |
|
| * | | | | | | Use run_command within send-pack | Shawn O. Pearce | 2007-03-12 |
| * | | | | | | Use run_command within receive-pack to invoke index-pack | Shawn O. Pearce | 2007-03-12 |
| * | | | | | | Use run_command within merge-index | Shawn O. Pearce | 2007-03-12 |
| * | | | | | | Use run_command for proxy connections | Shawn O. Pearce | 2007-03-12 |
| * | | | | | | Use RUN_GIT_CMD to run push backends | Shawn O. Pearce | 2007-03-12 |
| * | | | | | | Correct new compiler warnings in builtin-revert | Shawn O. Pearce | 2007-03-12 |
| * | | | | | | Replace fork_with_pipe in bundle with run_command | Shawn O. Pearce | 2007-03-12 |
| * | | | | | | Teach run-command to redirect stdout to /dev/null | Shawn O. Pearce | 2007-03-12 |
| * | | | | | | Teach run-command about stdout redirection | Shawn O. Pearce | 2007-03-12 |
* | | | | | | | Make git-send-email aware of Cc: lines. | J. Bruce Fields | 2007-03-18 |
* | | | | | | | mergetool: print an appropriate warning if merge.tool is unknown | Theodore Ts'o | 2007-03-18 |
* | | | | | | | mergetool: Add support for vimdiff. | James Bowes | 2007-03-18 |