73 Commits (e37eae0c1e13cb418947383f7c803d9463bfa3d7)

Author SHA1 Message Date
Jonathan Tan 1d8d9cb620 sha1-file: introduce no-lazy-fetch has_object() 4 years ago
brian m. carlson 629dffc461 packfile: compute and use the index CRC offset 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Jeff King b99b6bcc57 packed_object_info(): use object_id for returning delta base 5 years ago
Matheus Tavares 2dcde20e1c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
Matheus Tavares 31877c9aec object-store: allow threaded access to object reading 5 years ago
Matheus Tavares b1fc9da1c8 replace-object: make replace operations thread-safe 5 years ago
Jonathan Nieder 60440d72db sha1-file: document how to use pretend_object_file 5 years ago
Jonathan Tan 9c8a294a1a sha1-file: remove OBJECT_INFO_SKIP_CACHED 5 years ago
Colin Stolley ec48540fe8 packfile.c: speed up loading lots of packfiles 5 years ago
Jeff King 709dfa6990 object-store.h: move for_each_alternate_ref() from transport.h 6 years ago
Derrick Stolee 31f5256c82 sha1-file: split OBJECT_INFO_FOR_PREFETCH 6 years ago
Derrick Stolee af96fe3392 midx: add packs to packed_git linked list 6 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Jonathan Tan 0f4a4fb1c4 sha1-file: support OBJECT_INFO_FOR_PREFETCH 6 years ago
brian m. carlson 538b152324 object-store: rename and expand packed_git's sha1 member 6 years ago
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 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 6 years ago
Jeff King 0889aae1cd for_each_*_object: move declarations to object-store.h 6 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