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