summaryrefslogtreecommitdiff
path: root/cache-tree.c
Commit message (Expand)AuthorAgeFilesLines
* sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-3/+6
* cache-tree: use given repo's hash_algo at verify_one()Matheus Tavares2020-01-311-1/+1
* Merge branch 'en/merge-recursive-cleanup'Junio C Hamano2019-10-151-23/+62
|\
| * cache-tree: share code between functions writing an index as a treeElijah Newren2019-08-191-23/+62
* | Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge'Junio C Hamano2019-10-071-1/+1
|\ \
| * | cache-tree: do not lazy-fetch tentative treeJonathan Tan2019-09-091-1/+1
* | | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-1/+2
|\ \ \ | |/ / |/| |
| * | Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-1/+2
* | | Merge branch 'jk/tree-walk-overflow'Junio C Hamano2019-08-221-1/+1
|\ \ \ | |_|/ |/| |
| * | tree-walk: drop oid from traverse_infoJeff King2019-07-311-1/+1
| |/
* | cache-tree/blame: avoid reusing the DEBUG constantJeff Hostetler2019-06-201-7/+7
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-2/+2
|\
| * convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-2/+2
* | 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_ARRAYsg/cocci-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 searchds/avoid-overflow-in-midpoint-computationDerrick Stolee2017-10-101-1/+1
|/
* stop leaking lock structs in some simple casesjk/incore-lockfile-removalJeff 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