| Commit message (Expand) | Author | Age | Files | Lines |
* | cache-tree.c: make cache_tree_find() static | Nanako Shiraishi | 2008-07-16 | 1 | -1/+1 |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-24 | 1 | -2/+5 |
|\ |
|
| * | write-tree: properly detect failure to write tree objects | Junio C Hamano | 2008-04-23 | 1 | -2/+5 |
* | | Merge branch 'jc/error-message-in-cherry-pick' | Junio C Hamano | 2008-02-11 | 1 | -0/+55 |
|\ \ |
|
| * | | Make error messages from cherry-pick/revert more sensible | Junio C Hamano | 2008-02-05 | 1 | -0/+55 |
| |/ |
|
* | | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 | 1 | -2/+2 |
|/ |
|
* | Small cache_tree_write refactor. | Pierre Habouzit | 2007-09-26 | 1 | -14/+5 |
* | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 | 1 | -1/+0 |
* | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 | 1 | -3/+2 |
* | Use strbuf API in cache-tree.c | Pierre Habouzit | 2007-09-06 | 1 | -37/+22 |
* | Two trivial -Wcast-qual fixes | Junio C Hamano | 2007-06-22 | 1 | -1/+1 |
* | rename dirlink to gitlink. | Martin Waitz | 2007-05-21 | 1 | -1/+1 |
* | Teach core object handling functions about gitlinks | Linus Torvalds | 2007-04-10 | 1 | -1/+1 |
* | Catch errors when writing an index that contains invalid objects. | Johannes Sixt | 2006-11-13 | 1 | -0/+2 |
* | Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" | Junio C Hamano | 2006-10-30 | 1 | -0/+2 |
* | Add hash_sha1_file() | Rene Scharfe | 2006-10-14 | 1 | -6/+2 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -3/+3 |
* | Merge branch 'jc/gitlink' into next | Junio C Hamano | 2006-05-07 | 1 | -0/+26 |
|\ |
|
| * | write-tree: --prefix=<path> | Junio C Hamano | 2006-05-01 | 1 | -0/+26 |
* | | cache-tree: a bit more debugging support. | Junio C Hamano | 2006-05-03 | 1 | -2/+6 |
|/ |
|
* | cache-tree: replace a sscanf() by two strtol() calls | Johannes Schindelin | 2006-05-01 | 1 | -1/+10 |
* | cache-tree.c: typefix | Junio C Hamano | 2006-04-27 | 1 | -1/+1 |
* | cache_tree_update: give an option to update cache-tree only. | Junio C Hamano | 2006-04-27 | 1 | -5/+15 |
* | read-tree: teach 1-way merege and plain read to prime cache-tree. | Junio C Hamano | 2006-04-27 | 1 | -3/+8 |
* | cache-tree: sort the subtree entries. | Junio C Hamano | 2006-04-25 | 1 | -26/+66 |
* | index: make the index file format extensible. | Junio C Hamano | 2006-04-24 | 1 | -82/+26 |
* | cache-tree: protect against "git prune". | Junio C Hamano | 2006-04-24 | 1 | -1/+1 |
* | Add cache-tree. | Junio C Hamano | 2006-04-23 | 1 | -0/+519 |