46 Commits (09427e8366003ce3d99b0b5a84e42416cef35696)

Author SHA1 Message Date
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
Stefan Beller 9d98354f48 cache.h: allow oid_object_info to handle arbitrary repositories 7 years ago
Stefan Beller 57a6a500be packfile: add repository argument to unpack_entry 7 years ago
Jonathan Nieder 720aaa1a74 packfile: add repository argument to packed_object_info 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 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 5babff16d9 packfile: allow install_packed_git to handle arbitrary repositories 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
Derrick Stolee 3d475f46a8 packfile: define and use bsearch_pack() 7 years ago
Jonathan Tan 498f1f61f1 fsck: introduce partialclone extension 7 years ago
Jonathan Tan 7709f468fd pack: move for_each_packed_object() 8 years ago
Jonathan Tan f9a8672a81 pack: move has_pack_index() 8 years ago
Jonathan Tan 150e3001d0 pack: move has_sha1_pack() 8 years ago
Jonathan Tan 1a1e5d4f47 pack: move find_pack_entry() and make it global 8 years ago
Jonathan Tan d6fe0036fd pack: move find_sha1_pack() 8 years ago
Jonathan Tan a2551953b9 pack: move find_pack_entry_one(), is_pack_valid() 8 years ago
Jonathan Tan 9e0f45f5a6 pack: move check_pack_index_ptr(), nth_packed_object_offset() 8 years ago
Jonathan Tan d5a1676182 pack: move nth_packed_object_{sha1,oid} 8 years ago
Jonathan Tan f1d8130be0 pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry() 8 years ago
Jonathan Tan 3588dd6e99 pack: move unpack_object_header() 8 years ago
Jonathan Tan 7b3aa75df7 pack: move get_size_from_delta() 8 years ago
Jonathan Tan 32b42e152f pack: move unpack_object_header_buffer() 8 years ago
Jonathan Tan 0abe14f6a5 pack: move {,re}prepare_packed_git and approximate_object_count 8 years ago
Jonathan Tan e65f186242 pack: move install_packed_git() 8 years ago
Jonathan Tan 9a42865374 pack: move add_packed_git() 8 years ago
Jonathan Tan 97de1803f8 pack: move unuse_pack() 8 years ago
Jonathan Tan 84f80ad5e1 pack: move use_pack() 8 years ago
Jonathan Tan 3836d88ae5 pack: move pack-closing functions 8 years ago
Jonathan Tan f0e17e86e1 pack: move release_pack_memory() 8 years ago
Jonathan Tan 0317f45576 pack: move open_pack_index(), parse_pack_index() 8 years ago
Jonathan Tan 8e21176c3c pack: move pack_report() 8 years ago
Jonathan Tan 6d6a80e068 pack: move static state variables 8 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago