159 Commits (729b97332b05564133e4039fbab9f694c25097a2)

Author SHA1 Message Date
Derrick Stolee 86aa250aa8 cache-tree: remove cache_tree_find_path() 3 years ago
Ævar Arnfjörð Bjarmason 6d40f0ad15 cache-tree.c: use bug() and BUG_if_bug() 3 years ago
Derrick Stolee 080ab56a46 cache-tree: implement cache_tree_find_path() 3 years ago
Neeraj Singh 4d33e2ba6b cache-tree: use ODB transaction around writing a tree 3 years ago
Ævar Arnfjörð Bjarmason 44439c1c58 object-file API: have hash_object_file() take "enum object_type" 3 years ago
Ævar Arnfjörð Bjarmason c80d226a04 object-file API: have write_object_file() take "enum object_type" 3 years ago
Victoria Dye 20ec2d034c reset: make sparse-aware (except --mixed) 3 years ago
Victoria Dye c01b1cbd47 reset: integrate with sparse index 3 years ago
Ævar Arnfjörð Bjarmason 4ef91a2d79 commit: fix duplication regression in permission error output 3 years ago
Phillip Wood f751097be3 sparse index: fix use-after-free bug in cache_tree_verify() 3 years ago
Jonathan Tan d3da223f22 cache-tree: prefetch in partial clone read-tree 4 years ago
Derrick Stolee daa1acefc5 commit: integrate with sparse-index 4 years ago
Derrick Stolee 9ad2d5ea71 sparse-index: loose integration with cache_tree_verify() 4 years ago
Derrick Stolee 2de37c536d cache-tree: integrate with sparse directory entries 4 years ago
Derrick Stolee 6e773527b6 sparse-index: convert from full to sparse 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Derrick Stolee c80dd3967f cache-tree: extract subtree_pos() 4 years ago
Derrick Stolee 8d87e338e1 cache-tree: simplify verify_cache() prototype 4 years ago
Derrick Stolee fb0882648e cache-tree: clean up cache_tree_update() 4 years ago
Derrick Stolee a4b6d202ca cache-tree: speed up consecutive path comparisons 4 years ago
René Scharfe 0b72536a0b cache-tree: use ce_namelen() instead of strlen() 4 years ago
Derrick Stolee 0e5c950267 cache-tree: trace regions for prime_cache_tree 4 years ago
Derrick Stolee 4c3e18723c cache-tree: trace regions for I/O 4 years ago
Derrick Stolee fa7ca5d4fe cache-tree: use trace2 in cache_tree_update() 4 years ago
Matheus Tavares 2dcde20e1c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
Matheus Tavares a651946730 cache-tree: use given repo's hash_algo at verify_one() 5 years ago
Jonathan Tan f981ec18cf cache-tree: do not lazy-fetch tentative tree 6 years ago
Elijah Newren 724dd767b2 cache-tree: share code between functions writing an index as a tree 6 years ago
Jeff King 9055384710 tree-walk: drop oid from traverse_info 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Jeff Hostetler e9b9cc56bb cache-tree/blame: avoid reusing the DEBUG constant 6 years ago
brian m. carlson ea82b2a085 tree-walk: store object_id in a separate member 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Nguyễn Thái Ngọc Duy ec36c42a63 Indent code with TABs 6 years ago
Nguyễn Thái Ngọc Duy c207e9e1f6 cache-tree.c: remove the_repository references 6 years ago
Jonathan Tan 2f215ff10b cache-tree: skip some blob checks in partial clone 6 years ago
Jeff King e43d2dcce1 more oideq/hasheq conversions 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Nguyễn Thái Ngọc Duy 4592e6080f cache-tree: verify valid cache-tree in the test suite 7 years ago
Nguyễn Thái Ngọc Duy 0d1ed5963d unpack-trees: add performance tracing 7 years ago
Nguyễn Thái Ngọc Duy 07096c9696 cache-tree: wrap the_index based wrappers with #ifdef 7 years ago
Stefan Beller f86bcc7b2c tree: add repository argument to lookup_tree 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson a055493436 cache-tree: use is_empty_tree_oid 7 years ago
brian m. carlson 69d124255e cache: add a function to read an object ID from a buffer 7 years ago
brian m. carlson 6dcb462530 cache-tree: convert remnants to struct object_id 7 years ago
brian m. carlson fc5cb99f67 cache-tree: convert write_*_as_tree to object_id 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
SZEDER Gábor f919ffebed Use MOVE_ARRAY 7 years ago