89 Commits (09427e8366003ce3d99b0b5a84e42416cef35696)

Author SHA1 Message Date
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson 37fec86a83 packfile: abstract away hash constant values 7 years ago
brian m. carlson 544443cb3c packfile: convert find_pack_entry to object_id 7 years ago
brian m. carlson 14c3c80c81 packfile: convert has_sha1_pack to object_id 7 years ago
brian m. carlson c51c39418b packfile: remove unused member from struct pack_entry 7 years ago
Stefan Beller 9d98354f48 cache.h: allow oid_object_info to handle arbitrary repositories 7 years ago
Stefan Beller 589de91185 packfile: add repository argument to cache_or_unpack_entry 7 years ago
Stefan Beller 57a6a500be packfile: add repository argument to unpack_entry 7 years ago
Stefan Beller 5da6534dd6 packfile: add repository argument to read_object 7 years ago
Jonathan Nieder 720aaa1a74 packfile: add repository argument to packed_object_info 7 years ago
Stefan Beller 144f4948a1 packfile: add repository argument to packed_to_object_type 7 years ago
Stefan Beller 0df23781fe packfile: add repository argument to retry_bad_packed_offset 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller 7ecd869060 cache.h: add repository argument to oid_object_info_extended 7 years ago
Derrick Stolee 2e27bd7731 treewide: replace maybe_tree with accessor methods 7 years ago
Derrick Stolee 891435d55d treewide: rename tree to maybe_tree 7 years ago
Derrick Stolee 049d51a2bb commit-graph: read only from specific pack-indexes 7 years ago
Nguyễn Thái Ngọc Duy 464416a2ea packfile: keep prepare_packed_git() private 7 years ago
Stefan Beller 0a0dd632aa packfile: allow find_pack_entry to handle arbitrary repositories 7 years ago
Stefan Beller 613b42f283 packfile: add repository argument to find_pack_entry 7 years ago
Stefan Beller 4c2a13b4e2 packfile: allow reprepare_packed_git to handle arbitrary repositories 7 years ago
Stefan Beller 0f90a9f27e packfile: allow prepare_packed_git to handle arbitrary repositories 7 years ago
Stefan Beller 935cdd6922 packfile: allow prepare_packed_git_one to handle arbitrary repositories 7 years ago
Stefan Beller a49d283435 packfile: add repository argument to reprepare_packed_git 7 years ago
Stefan Beller 6fdb4e9f5a packfile: add repository argument to prepare_packed_git 7 years ago
Stefan Beller 072a109356 packfile: add repository argument to prepare_packed_git_one 7 years ago
Stefan Beller 5babff16d9 packfile: allow install_packed_git to handle arbitrary repositories 7 years ago
Stefan Beller c235beac4e packfile: allow rearrange_packed_git to handle arbitrary repositories 7 years ago
Stefan Beller 804be79690 packfile: allow prepare_packed_git_mru to handle arbitrary repositories 7 years ago
Stefan Beller 0b20903405 sha1_file: add repository argument to prepare_alt_odb 7 years ago
Stefan Beller 9a00580d03 pack: move approximate object count to object store 7 years ago
Stefan Beller 5508f69348 pack: move prepare_packed_git_run_once to object store 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Stefan Beller 031dc927f4 object-store: move alt_odb_list and alt_odb_tail to object store 7 years ago
Stefan Beller 0d4a132144 object-store: migrate alternates struct and functions from cache.h 7 years ago
Derrick Stolee 3d475f46a8 packfile: define and use bsearch_pack() 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson 4310b0c441 packfile: convert unpack_entry to struct object_id 7 years ago
brian m. carlson d169d6644c sha1_file: convert retry_bad_packed_offset to struct object_id 7 years ago
Jonathan Tan b4e00f7306 packfile: refactor hash search with fanout table 7 years ago
Jonathan Tan 4669e7d68e packfile: remove GIT_DEBUG_LOOKUP log statements 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Brandon Williams 6ca32f4714 object_info: change member name from 'typename' to 'type_name' 7 years ago
Gargi Sharma ec2dd32c70 mru: Replace mru.[ch] with list.h implementation 7 years ago
Derrick Stolee ad622a256f packfile: use get_be64() for large offsets 7 years ago
Jonathan Tan 498f1f61f1 fsck: introduce partialclone extension 7 years ago
Derrick Stolee 19716b21a4 cleanup: fix possible overflow errors in binary search 7 years ago
Olga Telezhnaya 8865859dfc mru: use double-linked list from list.h 7 years ago
Jeff King 41dcc4dccc distinguish error versus short read from read_in_full() 7 years ago