summaryrefslogtreecommitdiff
path: root/cache-tree.c
AgeCommit message (Expand)Author
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone'Junio C Hamano
2018-10-10cache-tree: skip some blob checks in partial cloneJonathan Tan
2018-10-04more oideq/hasheq conversionsJeff King
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-18cache-tree: verify valid cache-tree in the test suiteNguyễn Thái Ngọc Duy
2018-08-18unpack-trees: add performance tracingNguyễn Thái Ngọc Duy
2018-08-13cache-tree: wrap the_index based wrappers with #ifdefNguyễn Thái Ngọc Duy
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-02cache-tree: use is_empty_tree_oidbrian m. carlson
2018-05-02cache: add a function to read an object ID from a bufferbrian m. carlson
2018-03-14cache-tree: convert remnants to struct object_idbrian m. carlson
2018-03-14cache-tree: convert write_*_as_tree to object_idbrian m. carlson
2018-02-15Merge branch 'po/object-id'Junio C Hamano
2018-02-13Merge branch 'sg/cocci-move-array'Junio C Hamano
2018-02-13Merge branch 'tg/split-index-fixes'Junio C Hamano
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara
2018-01-22Use MOVE_ARRAYSZEDER Gábor
2018-01-19read-cache: fix reading the shared index for other reposThomas Gummerer
2017-11-06Merge branch 'ma/lockfile-fixes'Junio C Hamano
2017-10-09cleanup: fix possible overflow errors in binary searchDerrick Stolee
2017-10-06cache-tree: simplify locking logicMartin Ågren
2017-09-06stop leaking lock structs in some simple casesJeff King
2017-09-06write_index_as_tree: cleanup tempfile on errorJeff King
2017-07-17use MOVE_ARRAYRené Scharfe
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson
2017-04-24cache-tree: reject entries with null sha1Jeff King
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-18cache-tree: do not generate empty trees as a result of all i-t-a subentriesNguyễn Thái Ngọc Duy
2016-07-18cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2016-01-20Merge branch 'nd/ita-cleanup'Junio C Hamano
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-09-07add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy
2015-08-05cache-tree: introduce write_index_as_tree()Paul Tan
2014-11-06Merge branch 'jk/cache-tree-protect-from-broken-libgit2'Junio C Hamano
2014-10-30cache-tree: avoid infinite loop on zero-entry treeJeff King
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-11Merge branch 'dt/cache-tree-repair'Junio C Hamano
2014-09-03cache-tree: do not try to use an invalidated subtree info to build a treeJunio C Hamano