Age | Commit message (Expand) | Author | Files | Lines |
2018-03-14 | cache-tree: convert remnants to struct object_id | brian m. carlson | 1 | -14/+15 |
2018-03-14 | cache-tree: convert write_*_as_tree to object_id | brian m. carlson | 1 | -5/+5 |
2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -8/+8 |
2018-02-13 | Merge branch 'sg/cocci-move-array' | Junio C Hamano | 1 | -3/+2 |
2018-02-13 | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 1 | -1/+1 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -2/+3 |
2018-01-30 | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 1 | -6/+5 |
2018-01-22 | Use MOVE_ARRAY | SZEDER Gábor | 1 | -3/+2 |
2018-01-19 | read-cache: fix reading the shared index for other repos | Thomas Gummerer | 1 | -1/+1 |
2017-11-06 | Merge branch 'ma/lockfile-fixes' | Junio C Hamano | 1 | -8/+4 |
2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 1 | -1/+1 |
2017-10-06 | cache-tree: simplify locking logic | Martin Ågren | 1 | -8/+4 |
2017-09-06 | stop leaking lock structs in some simple cases | Jeff King | 1 | -10/+4 |
2017-09-06 | write_index_as_tree: cleanup tempfile on error | Jeff King | 1 | -8/+15 |
2017-07-17 | use MOVE_ARRAY | René Scharfe | 1 | -3/+2 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -16/+17 |
2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-02 | Convert struct cache_tree to use struct object_id | brian m. carlson | 1 | -15/+16 |
2017-04-23 | cache-tree: reject entries with null sha1 | Jeff King | 1 | -1/+3 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -2/+2 |
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 |