Age | Commit message (Expand) | Author | Files | Lines |
2016-07-18 | cache-tree: do not generate empty trees as a result of all i-t-a subentries | Nguyễn Thái Ngọc Duy | 1 | -1/+9 |
2016-07-18 | cache-tree.c: fix i-t-a entry skipping directory updates sometimes | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -2/+2 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -3/+1 |
2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -3/+1 |
2016-01-20 | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 1 | -1/+1 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
2015-09-06 | add and use a convenience macro ce_intent_to_add() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-08-04 | cache-tree: introduce write_index_as_tree() | Paul Tan | 1 | -12/+17 |
2014-11-06 | Merge branch 'jk/cache-tree-protect-from-broken-libgit2' | Junio C Hamano | 1 | -0/+2 |
2014-10-30 | cache-tree: avoid infinite loop on zero-entry tree | Jeff King | 1 | -0/+2 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
2014-09-11 | Merge branch 'dt/cache-tree-repair' | Junio C Hamano | 1 | -2/+17 |
2014-09-03 | cache-tree: do not try to use an invalidated subtree info to build a tree | Junio C Hamano | 1 | -1/+6 |
2014-07-07 | cache-tree: create/update cache-tree on checkout | David Turner | 1 | -1/+11 |
2014-06-13 | cache-tree: mark istate->cache_changed on prime_cache_tree() | Nguyễn Thái Ngọc Duy | 1 | -4/+5 |
2014-06-13 | cache-tree: mark istate->cache_changed on cache tree update | Nguyễn Thái Ngọc Duy | 1 | -14/+11 |
2014-06-13 | cache-tree: mark istate->cache_changed on cache tree invalidation | Nguyễn Thái Ngọc Duy | 1 | -4/+11 |
2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
2014-03-18 | Merge branch 'rm/strchrnul-not-strlen' | Junio C Hamano | 1 | -4/+3 |
2014-03-18 | Merge branch 'mh/simplify-cache-tree-find' | Junio C Hamano | 1 | -10/+7 |
2014-03-10 | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 1 | -9/+6 |
2014-03-05 | cache_tree_find(): use path variable when passing over slashes | Michael Haggerty | 1 | -2/+3 |
2014-03-05 | cache_tree_find(): remove early return | Michael Haggerty | 1 | -2/+0 |
2014-03-05 | cache_tree_find(): remove redundant check | Michael Haggerty | 1 | -1/+1 |
2014-03-05 | cache_tree_find(): fix comment formatting | Michael Haggerty | 1 | -2/+3 |
2014-03-05 | cache_tree_find(): find the end of path component using strchrnul() | Michael Haggerty | 1 | -3/+1 |
2014-03-05 | cache_tree_find(): remove redundant checks | Michael Haggerty | 1 | -4/+3 |
2014-03-03 | cache-tree.c: use ALLOC_GROW() in find_subtree() | Dmitry S. Dolzhenko | 1 | -5/+1 |
2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -9/+10 |
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 |