summaryrefslogtreecommitdiff
path: root/cache-tree.c
AgeCommit message (Expand)Author
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares
2020-01-31cache-tree: use given repo's hash_algo at verify_one()Matheus Tavares
2019-10-15Merge branch 'en/merge-recursive-cleanup'Junio C Hamano
2019-10-07Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-09cache-tree: do not lazy-fetch tentative treeJonathan Tan
2019-08-22Merge branch 'jk/tree-walk-overflow'Junio C Hamano
2019-08-19cache-tree: share code between functions writing an index as a treeElijah Newren
2019-07-31tree-walk: drop oid from traverse_infoJeff King
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-06-20cache-tree/blame: avoid reusing the DEBUG constantJeff Hostetler
2019-02-07Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2019-01-14Merge branch 'nd/indentation-fix'Junio C Hamano
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy
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