47 Commits (353d3d77f4fdd1582e3b60824deebca27c7b2790)

Author SHA1 Message Date
Jeff King 5d3679ee02 sha1-file: drop has_sha1_file() 6 years ago
René Scharfe 8be88dbcb1 object-store: retire odb_load_loose_cache() 6 years ago
René Scharfe 4cea1ce0f6 object-store: use one oid_array per subdirectory for loose cache 6 years ago
Jeff King 514c5fdd03 sha1-file: modernize loose object file functions 6 years ago
René Scharfe d4e19e5163 object-store: factor out odb_clear_loose_cache() 6 years ago
René Scharfe 0000d6543f object-store: factor out odb_loose_cache() 6 years ago
Stefan Beller 9b45f49981 object-store: prepare has_{sha1, object}_file to handle any repo 6 years ago
Stefan Beller afd69dcc21 object-store: prepare read_object_file to deal with any repo 6 years ago
Stefan Beller a3b72c89bd object-store: allow read_object_file_extended to read from any repo 6 years ago
Jeff King 61c7711cfe sha1-file: use loose object cache for quick existence check 6 years ago
Jeff King 3a2e08245c object-store: provide helpers for loose_objects_cache 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Jeff King f3f043a103 handle alternates paths the same as the main object dir 6 years ago
Jeff King b69fb867b4 sha1_file_name(): overwrite buffer instead of appending 6 years ago
Jeff King 263db403fa rename "alternate_object_database" to "object_directory" 6 years ago
Derrick Stolee 0bff5269d3 packfile: add all_packs list 7 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 7 years ago
Jeff King 0889aae1cd for_each_*_object: move declarations to object-store.h 7 years ago
Derrick Stolee c4d25228eb config: create core.multiPackIndex setting 7 years ago
Derrick Stolee 4d80560c54 multi-pack-index: load into memory 7 years ago
Jonathan Tan 8527750626 commit-graph: store graph in struct object_store 7 years ago
Jonathan Tan 14727b7fe6 object-store: add missing include 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Nguyễn Thái Ngọc Duy ed7e5fc3a2 repack: add --keep-pack option 7 years ago
Nguyễn Thái Ngọc Duy 43fa44fa3b pack-objects: move in_pack out of struct object_entry 7 years ago
Stefan Beller c1274495ce replace-object: eliminate replace objects prepared flag 7 years ago
Stefan Beller d88f9fdf8b replace-object: move replace_map to object store 7 years ago
Stefan Beller bd27f50c80 sha1_file: allow map_sha1_file to handle arbitrary repositories 7 years ago
Stefan Beller a68377b5de sha1_file: allow sha1_file_name to handle arbitrary repositories 7 years ago
Stefan Beller e35454fa62 sha1_file: add repository argument to map_sha1_file 7 years ago
Stefan Beller cf78ae4f3d sha1_file: add repository argument to sha1_file_name 7 years ago
Stefan Beller 13068bf0a0 sha1_file: allow prepare_alt_odb to handle arbitrary repositories 7 years ago
Stefan Beller 77f012e876 sha1_file: allow link_alt_odb_entries 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 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
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago