summaryrefslogtreecommitdiffstats
path: root/cache-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-2/+2
|\
| * tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
* | Merge branch 'nd/indentation-fix'Junio C Hamano2019-01-141-1/+1
|\ \ | |/ |/|
| * Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-1/+1
* | cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-11/+15
|/
* Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone'Junio C Hamano2018-10-191-1/+5
|\
| * cache-tree: skip some blob checks in partial cloneJonathan Tan2018-10-101-1/+5
* | more oideq/hasheq conversionsJeff King2018-10-041-1/+1
|/
* Merge branch 'jk/cocci'Junio C Hamano2018-09-171-1/+1
|\
| * convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
* | Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano2018-09-171-0/+80
|\ \ | |/ |/|
| * cache-tree: verify valid cache-tree in the test suiteNguyễn Thái Ngọc Duy2018-08-181-0/+78
| * unpack-trees: add performance tracingNguyễn Thái Ngọc Duy2018-08-181-0/+2
* | cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy2018-08-131-12/+0
|/
* tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+2
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | cache-tree: use is_empty_tree_oidbrian m. carlson2018-05-021-1/+1
* | cache: add a function to read an object ID from a bufferbrian m. carlson2018-05-021-1/+1
|/
* cache-tree: convert remnants to struct object_idbrian m. carlson2018-03-141-14/+15
* cache-tree: convert write_*_as_tree to object_idbrian m. carlson2018-03-141-5/+5
* Merge branch 'po/object-id'Junio C Hamano2018-02-151-8/+8
|\
| * sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-2/+3
| * sha1_file: convert hash_sha1_file to object_idPatryk Obara2018-01-301-6/+5
* | Merge branch 'sg/cocci-move-array'Junio C Hamano2018-02-131-3/+2
|\ \
| * | Use MOVE_ARRAYSZEDER Gábor2018-01-221-3/+2
| |/
* | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-1/+1
|\ \ | |/ |/|
| * read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-1/+1
* | Merge branch 'ma/lockfile-fixes'Junio C Hamano2017-11-061-8/+4
|\ \ | |/ |/|
| * cache-tree: simplify locking logicMartin Ågren2017-10-061-8/+4
* | cleanup: fix possible overflow errors in binary searchDerrick Stolee2017-10-101-1/+1
|/
* stop leaking lock structs in some simple casesJeff King2017-09-061-10/+4
* write_index_as_tree: cleanup tempfile on errorJeff King2017-09-061-8/+15
* use MOVE_ARRAYRené Scharfe2017-07-171-3/+2
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-16/+17
|\
| * Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
| * Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-021-15/+16
* | cache-tree: reject entries with null sha1Jeff King2017-04-231-1/+3
|/
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-2/+2
* cache-tree: do not generate empty trees as a result of all i-t-a subentriesNguyễn Thái Ngọc Duy2016-07-181-1/+9
* cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy2016-07-181-2/+2
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-3/+1
|\
| * convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-3/+1
* | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-201-1/+1
|\ \ | |/ |/|
| * add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-061-1/+1
* | Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* | cache-tree: introduce write_index_as_tree()Paul Tan2015-08-041-12/+17
|/
* Merge branch 'jk/cache-tree-protect-from-broken-libgit2'Junio C Hamano2014-11-061-0/+2
|\