147 Commits (726a228dfb19fae8befa0f209436f8fae7919a58)

Author SHA1 Message Date
Æ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
Thomas Gummerer a125a22334 read-cache: fix reading the shared index for other repos 7 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 7 years ago
Martin Ågren 2954e5ec43 cache-tree: simplify locking logic 7 years ago
Jeff King bfffb48c5d stop leaking lock structs in some simple cases 8 years ago
Jeff King c82c75b951 write_index_as_tree: cleanup tempfile on error 8 years ago
René Scharfe f331ab9d4c use MOVE_ARRAY 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson e0a9280404 Convert struct cache_tree to use struct object_id 8 years ago