- f62312e packfile: introduce 'find_kept_pack_entry()' by Taylor Blau · 4 years, 1 month ago
- 2f4ba2a packfile: prepare for the existence of '*.rev' files by Taylor Blau · 4 years, 2 months ago
- 59552fb midx: traverse the local MIDX first by Taylor Blau · 4 years, 7 months ago
- 2fecc48 packfile: drop nth_packed_object_sha1() by Jeff King · 5 years ago
- 0763671 nth_packed_object_oid(): use customary integer return by Jeff King · 5 years ago
- a14aebe Merge branch 'jk/packfile-reuse-cleanup' by Junio C Hamano · 5 years ago
- 56d9cbe packfile: expose get_delta_base() by Jeff King · 6 years ago
- 8ce8a63 Merge branch 'ds/midx-expire-repack' by Junio C Hamano · 6 years ago
- 415b770 packfile.h: drop extern from function declaration by Denton Liu · 6 years ago
- 4308d81 Merge branch 'ds/midx-expire-repack' by Junio C Hamano · 6 years ago
- 5cb7c73 Merge branch 'ds/close-object-store' by Junio C Hamano · 6 years ago
- 2d511cf packfile: rename close_all_packs to close_object_store by Derrick Stolee · 6 years ago
- 8434e85 repack: refactor pack deletion for future use by Derrick Stolee · 6 years ago
- 0b179f3 Merge branch 'nd/sha1-name-c-wo-the-repository' by Junio C Hamano · 6 years ago
- 776f3e1 Merge branch 'jk/server-info-rabbit-hole' by Junio C Hamano · 6 years ago
- fc78915 packfile: fix pack basename computation by Jeff King · 6 years ago
- 336226c packfile.h: drop extern from function declarations by Jeff King · 6 years ago
- 5038de1 packfile.c: add repo_approximate_object_count() by Nguyễn Thái Ngọc Duy · 6 years ago
- 5ae18df midx: during verify group objects by packfile to speed verification by Jeff Hostetler · 6 years ago
- b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano · 6 years ago
- 33b9406 packfile: allow has_packed_and_bad to handle arbitrary repositories by Stefan Beller · 6 years ago
- 1127a98 fuzz: add fuzz testing for packfile indices. by Josh Steadmon · 6 years ago
- 0bff526 packfile: add all_packs list by Derrick Stolee · 7 years ago
- c00ba22 Sync 'ds/multi-pack-index' to v2.19.0-rc0 by Junio C Hamano · 7 years ago
- 0c54cda Merge branch 'jk/for-each-object-iteration' by Junio C Hamano · 7 years ago
- 0889aae for_each_*_object: move declarations to object-store.h by Jeff King · 7 years ago
- 736eb88 for_each_packed_object: support iterating in pack-order by Jeff King · 7 years ago
- 8b36155 for_each_*_object: give more comprehensive docstrings by Jeff King · 7 years ago
- a7ff6f5 for_each_*_object: take flag arguments as enum by Jeff King · 7 years ago
- 202e7f1 for_each_*_object: store flag definitions in a single location by Jeff King · 7 years ago
- b42f98a packfile: ensure that enum object_type is defined by Beat Bolli · 7 years ago
- 8aac67a midx: use midx in abbreviation calculations by Derrick Stolee · 7 years ago
- fe1ed56 midx: sort and deduplicate objects from packfiles by Derrick Stolee · 7 years ago
- 9208e31 packfile: generalize pack directory list by Derrick Stolee · 7 years ago
- 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
- 42c8ce1 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
- fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
- cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
- b10edb2 Merge branch 'ds/commit-graph' by Junio C Hamano · 7 years ago
- 544443c packfile: convert find_pack_entry to object_id by brian m. carlson · 7 years ago
- 14c3c80 packfile: convert has_sha1_pack to object_id by brian m. carlson · 7 years ago
- 9d98354 cache.h: allow oid_object_info to handle arbitrary repositories by Stefan Beller · 7 years ago
- 57a6a50 packfile: add repository argument to unpack_entry by Stefan Beller · 7 years ago
- 720aaa1 packfile: add repository argument to packed_object_info by Jonathan Nieder · 7 years ago
- 3a1ec60 Merge branch 'sb/packfiles-in-repository' by Junio C Hamano · 7 years ago
- cf0b179 Merge branch 'sb/object-store' by Junio C Hamano · 7 years ago
- 049d51a commit-graph: read only from specific pack-indexes by Derrick Stolee · 7 years ago
- 464416a packfile: keep prepare_packed_git() private by Nguyễn Thái Ngọc Duy · 7 years ago
- 0a0dd63 packfile: allow find_pack_entry to handle arbitrary repositories by Stefan Beller · 7 years ago
- 613b42f2 packfile: add repository argument to find_pack_entry by Stefan Beller · 7 years ago
- 4c2a13b packfile: allow reprepare_packed_git to handle arbitrary repositories by Stefan Beller · 7 years ago
- 0f90a9f packfile: allow prepare_packed_git to handle arbitrary repositories by Stefan Beller · 7 years ago
- a49d283 packfile: add repository argument to reprepare_packed_git by Stefan Beller · 7 years ago
- 6fdb4e9 packfile: add repository argument to prepare_packed_git by Stefan Beller · 7 years ago
- 5babff1 packfile: allow install_packed_git to handle arbitrary repositories by Stefan Beller · 7 years ago
- d0b5986 object-store: close all packs upon clearing the object store by Stefan Beller · 7 years ago
- a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
- 3d475f4 packfile: define and use bsearch_pack() by Derrick Stolee · 7 years ago
- 498f1f6 fsck: introduce partialclone extension by Jonathan Tan · 7 years ago
- 7709f46 pack: move for_each_packed_object() by Jonathan Tan · 8 years ago
- f9a8672 pack: move has_pack_index() by Jonathan Tan · 8 years ago
- 150e300 pack: move has_sha1_pack() by Jonathan Tan · 8 years ago
- 1a1e5d4 pack: move find_pack_entry() and make it global by Jonathan Tan · 8 years ago
- d6fe003 pack: move find_sha1_pack() by Jonathan Tan · 8 years ago
- a255195 pack: move find_pack_entry_one(), is_pack_valid() by Jonathan Tan · 8 years ago
- 9e0f45f pack: move check_pack_index_ptr(), nth_packed_object_offset() by Jonathan Tan · 8 years ago
- d5a1676 pack: move nth_packed_object_{sha1,oid} by Jonathan Tan · 8 years ago
- f1d8130 pack: move clear_delta_base_cache(), packed_object_info(), unpack_entry() by Jonathan Tan · 8 years ago
- 3588dd6 pack: move unpack_object_header() by Jonathan Tan · 8 years ago
- 7b3aa75 pack: move get_size_from_delta() by Jonathan Tan · 8 years ago
- 32b42e1 pack: move unpack_object_header_buffer() by Jonathan Tan · 8 years ago
- 0abe14f pack: move {,re}prepare_packed_git and approximate_object_count by Jonathan Tan · 8 years ago
- e65f186 pack: move install_packed_git() by Jonathan Tan · 8 years ago
- 9a42865 pack: move add_packed_git() by Jonathan Tan · 8 years ago
- 97de180 pack: move unuse_pack() by Jonathan Tan · 8 years ago
- 84f80ad pack: move use_pack() by Jonathan Tan · 8 years ago
- 3836d88 pack: move pack-closing functions by Jonathan Tan · 8 years ago
- f0e17e8 pack: move release_pack_memory() by Jonathan Tan · 8 years ago
- 0317f45 pack: move open_pack_index(), parse_pack_index() by Jonathan Tan · 8 years ago
- 8e21176 pack: move pack_report() by Jonathan Tan · 8 years ago
- 6d6a80e pack: move static state variables by Jonathan Tan · 8 years ago
- 4f39cd8 pack: move pack name-related functions by Jonathan Tan · 8 years ago