80 Commits (a1d4f67c12ac172f835e6d5e4e0a197075e2146b)

Author SHA1 Message Date
Taylor Blau 59552fb3e2 midx: traverse the local MIDX first 4 years ago
Jeff King 2fecc48cad packfile: drop nth_packed_object_sha1() 5 years ago
Jeff King 0763671b8e nth_packed_object_oid(): use customary integer return 5 years ago
Jeff King 56d9cbe68b packfile: expose get_delta_base() 5 years ago
Denton Liu 415b770b88 packfile.h: drop extern from function declaration 5 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Derrick Stolee 8434e85d5f repack: refactor pack deletion for future use 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
Jeff King fc78915674 packfile: fix pack basename computation 6 years ago
Jeff King 336226c259 packfile.h: drop extern from function declarations 6 years ago
Nguyễn Thái Ngọc Duy 5038de1937 packfile.c: add repo_approximate_object_count() 6 years ago
Jeff Hostetler 5ae18df9d8 midx: during verify group objects by packfile to speed verification 6 years ago
Stefan Beller 33b94066f2 packfile: allow has_packed_and_bad to handle arbitrary repositories 6 years ago
Josh Steadmon 1127a98cce fuzz: add fuzz testing for packfile indices. 6 years ago
Derrick Stolee 0bff5269d3 packfile: add all_packs list 6 years ago
Elijah Newren 1076f1e454 Remove forward declaration of an enum 7 years ago
Jeff King 0889aae1cd for_each_*_object: move declarations to object-store.h 7 years ago
Jeff King 736eb88fdc for_each_packed_object: support iterating in pack-order 7 years ago
Jeff King 8b36155190 for_each_*_object: give more comprehensive docstrings 7 years ago
Jeff King a7ff6f5a0f for_each_*_object: take flag arguments as enum 7 years ago
Jeff King 202e7f1e16 for_each_*_object: store flag definitions in a single location 7 years ago
Beat Bolli b42f98af09 packfile: ensure that enum object_type is defined 7 years ago
Derrick Stolee 8aac67a174 midx: use midx in abbreviation calculations 7 years ago
Derrick Stolee fe1ed56f5e midx: sort and deduplicate objects from packfiles 7 years ago
Derrick Stolee 9208e318f5 packfile: generalize pack directory list 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 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
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