Age | Commit message (Expand) | Author | Files | Lines |
2012-12-15 | cache-tree: invalidate i-t-a paths after generating trees | Nguyễn Thái Ngọc Duy | 1 | -2/+12 |
2012-12-15 | cache-tree: fix writing cache-tree when CE_REMOVE is present | Nguyễn Thái Ngọc Duy | 1 | -7/+23 |
2012-12-15 | cache-tree: replace "for" loops in update_one with "while" loops | Nguyễn Thái Ngọc Duy | 1 | -5/+10 |
2012-12-15 | cache-tree: remove dead i-t-a code in verify_cache() | Nguyễn Thái Ngọc Duy | 1 | -6/+2 |
2012-02-12 | Merge branch 'nd/cache-tree-api-refactor' | Junio C Hamano | 1 | -15/+12 |
2012-02-12 | Merge branch 'jc/maint-commit-ignore-i-t-a' | Junio C Hamano | 1 | -3/+3 |
2012-02-07 | cache-tree: update API to take abitrary flags | Nguyễn Thái Ngọc Duy | 1 | -15/+12 |
2012-02-07 | commit: ignore intent-to-add entries instead of refusing | Junio C Hamano | 1 | -3/+3 |
2011-12-06 | Refactor cache_tree_update idiom from commit | Thomas Rast | 1 | -4/+15 |
2010-09-06 | cache_tree_free: Fix small memory leak | Elijah Newren | 1 | -1/+3 |
2010-08-11 | write-tree: Avoid leak when index refers to an invalid object | Jonathan Nieder | 1 | -1/+3 |
2009-07-14 | Improve on the 'invalid object' error message at commit time | Linus Torvalds | 1 | -1/+2 |
2009-05-25 | Optimize "diff-index --cached" using cache-tree | Junio C Hamano | 1 | -0/+32 |
2009-05-25 | cache-tree.c::cache_tree_find(): simplify internal API | Junio C Hamano | 1 | -0/+2 |
2009-05-20 | write-tree --ignore-cache-tree | Junio C Hamano | 1 | -3/+7 |
2009-04-20 | Move prime_cache_tree() to cache-tree.c | Junio C Hamano | 1 | -0/+34 |
2008-11-30 | git add --intent-to-add: do not let an empty blob be committed by accident | Junio C Hamano | 1 | -3/+7 |
2008-07-16 | cache-tree.c: make cache_tree_find() static | Nanako Shiraishi | 1 | -1/+1 |
2008-04-24 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -2/+5 |
2008-04-23 | write-tree: properly detect failure to write tree objects | Junio C Hamano | 1 | -2/+5 |
2008-02-11 | Merge branch 'jc/error-message-in-cherry-pick' | Junio C Hamano | 1 | -0/+55 |
2008-02-05 | Make error messages from cherry-pick/revert more sensible | Junio C Hamano | 1 | -0/+55 |
2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -2/+2 |
2007-09-26 | Small cache_tree_write refactor. | Pierre Habouzit | 1 | -14/+5 |
2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
2007-09-10 | Strbuf API extensions and fixes. | Pierre Habouzit | 1 | -3/+2 |
2007-09-06 | Use strbuf API in cache-tree.c | Pierre Habouzit | 1 | -37/+22 |
2007-06-22 | Two trivial -Wcast-qual fixes | Junio C Hamano | 1 | -1/+1 |
2007-05-21 | rename dirlink to gitlink. | Martin Waitz | 1 | -1/+1 |
2007-04-10 | Teach core object handling functions about gitlinks | Linus Torvalds | 1 | -1/+1 |
2006-11-13 | Catch errors when writing an index that contains invalid objects. | Johannes Sixt | 1 | -0/+2 |
2006-10-30 | Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif" | Junio C Hamano | 1 | -0/+2 |
2006-10-14 | Add hash_sha1_file() | Rene Scharfe | 1 | -6/+2 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -3/+3 |
2006-05-07 | Merge branch 'jc/gitlink' into next | Junio C Hamano | 1 | -0/+26 |
2006-05-03 | cache-tree: a bit more debugging support. | Junio C Hamano | 1 | -2/+6 |
2006-05-01 | write-tree: --prefix=<path> | Junio C Hamano | 1 | -0/+26 |
2006-05-01 | cache-tree: replace a sscanf() by two strtol() calls | Johannes Schindelin | 1 | -1/+10 |
2006-04-27 | cache-tree.c: typefix | Junio C Hamano | 1 | -1/+1 |
2006-04-27 | cache_tree_update: give an option to update cache-tree only. | Junio C Hamano | 1 | -5/+15 |
2006-04-27 | read-tree: teach 1-way merege and plain read to prime cache-tree. | Junio C Hamano | 1 | -3/+8 |
2006-04-25 | cache-tree: sort the subtree entries. | Junio C Hamano | 1 | -26/+66 |
2006-04-24 | index: make the index file format extensible. | Junio C Hamano | 1 | -82/+26 |
2006-04-24 | cache-tree: protect against "git prune". | Junio C Hamano | 1 | -1/+1 |
2006-04-23 | Add cache-tree. | Junio C Hamano | 1 | -0/+519 |