1. 2c428e4 Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store' by Junio C Hamano · 3 years, 4 months ago
  2. 061a21d Merge branch 'ab/fsck-unexpected-type' by Junio C Hamano · 3 years, 4 months ago
  3. 4ef91a2 commit: fix duplication regression in permission error output by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  4. 96e41f5 fsck: report invalid object type-path combinations by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  5. 31deb28 fsck: don't hard die on invalid object types by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  6. 9865b6e *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  7. 28caad6 Merge branch 'rs/packfile-bad-object-list-in-oidset' by Junio C Hamano · 3 years, 6 months ago
  8. 0649303 Merge branch 'tb/multi-pack-bitmaps' by Junio C Hamano · 3 years, 6 months ago
  9. 09ef661 packfile: use oidset for bad objects by René Scharfe · 3 years, 6 months ago
  10. f57a739 midx: avoid opening multiple MIDXs when writing by Taylor Blau · 3 years, 6 months ago
  11. a241878 object-store.h: teach for_each_packed_object to ignore kept packs by Taylor Blau · 3 years, 6 months ago
  12. dd3c8a7 object-store: avoid extra ';' from KHASH_INIT by Carlo Marcelo Arenas Belón · 3 years, 7 months ago
  13. 92d8ed8 oidtree: a crit-bit tree for odb_loose_cache by Eric Wong · 3 years, 8 months ago
  14. 33f379e make object_directory.loose_objects_subdir_seen a bitmap by Eric Wong · 3 years, 8 months ago
  15. cf2dc1c speed up alt_odb_usable() with many alternates by Eric Wong · 3 years, 8 months ago
  16. 20b031f packfile: add kept-pack cache for find_kept_pack_entry() by Jeff King · 4 years ago
  17. 2f4ba2a packfile: prepare for the existence of '*.rev' files by Taylor Blau · 4 years, 1 month ago
  18. 1d8d9cb sha1-file: introduce no-lazy-fetch has_object() by Jonathan Tan · 4 years, 7 months ago
  19. 629dffc packfile: compute and use the index CRC offset by brian m. carlson · 4 years, 10 months ago
  20. fe299ec oid_array: rename source file from sha1-array by Jeff King · 5 years ago
  21. b99b6bc packed_object_info(): use object_id for returning delta base by Jeff King · 5 years ago
  22. 78e67cd Merge branch 'mt/use-passed-repo-more-in-funcs' by Junio C Hamano · 5 years ago
  23. 56ceb64 Merge branch 'mt/threaded-grep-in-object-store' by Junio C Hamano · 5 years ago
  24. b486d2e Merge branch 'jn/pretend-object-doc' by Junio C Hamano · 5 years ago
  25. 2dcde20 sha1-file: pass git_hash_algo to hash_object_file() by Matheus Tavares · 5 years ago
  26. e26bd14 Merge branch 'jt/sha1-file-remove-oi-skip-cached' by Junio C Hamano · 5 years ago
  27. 31877c9 object-store: allow threaded access to object reading by Matheus Tavares · 5 years ago
  28. b1fc9da replace-object: make replace operations thread-safe by Matheus Tavares · 5 years ago
  29. 60440d7 sha1-file: document how to use pretend_object_file by Jonathan Nieder · 5 years ago
  30. 9c8a294 sha1-file: remove OBJECT_INFO_SKIP_CACHED by Jonathan Tan · 5 years ago
  31. ec48540 packfile.c: speed up loading lots of packfiles by Colin Stolley · 5 years ago
  32. 68e65de Merge branch 'jk/check-connected-with-alternates' by Junio C Hamano · 6 years ago
  33. 709dfa6 object-store.h: move for_each_alternate_ref() from transport.h by Jeff King · 6 years ago
  34. 5d5c46b Merge branch 'ds/object-info-for-prefetch-fix' by Junio C Hamano · 6 years ago
  35. 31f5256 sha1-file: split OBJECT_INFO_FOR_PREFETCH by Derrick Stolee · 6 years ago
  36. 454b419 Merge branch 'ds/midx-too-many-packs' by Junio C Hamano · 6 years ago
  37. 4aeeef3 Merge branch 'dl/no-extern-in-func-decl' by Junio C Hamano · 6 years ago
  38. af96fe3 midx: add packs to packed_git linked list by Derrick Stolee · 6 years ago
  39. ad6dad0 *.[ch]: manually align parameter lists by Denton Liu · 6 years ago
  40. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 6 years ago
  41. 32dc15d Merge branch 'jt/batch-fetch-blobs-in-diff' by Junio C Hamano · 6 years ago
  42. 0f4a4fb sha1-file: support OBJECT_INFO_FOR_PREFETCH by Jonathan Tan · 6 years ago
  43. 538b152 object-store: rename and expand packed_git's sha1 member by brian m. carlson · 6 years ago
  44. cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 6 years ago
  45. b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano · 6 years ago
  46. 5d3679e sha1-file: drop has_sha1_file() by Jeff King · 6 years ago
  47. 8be88db object-store: retire odb_load_loose_cache() by René Scharfe · 6 years ago
  48. 4cea1ce object-store: use one oid_array per subdirectory for loose cache by René Scharfe · 6 years ago
  49. 514c5fd sha1-file: modernize loose object file functions by Jeff King · 6 years ago
  50. d4e19e5 object-store: factor out odb_clear_loose_cache() by René Scharfe · 6 years ago
  51. 0000d65 object-store: factor out odb_loose_cache() by René Scharfe · 6 years ago
  52. 9b45f49 object-store: prepare has_{sha1, object}_file to handle any repo by Stefan Beller · 6 years ago
  53. afd69dc object-store: prepare read_object_file to deal with any repo by Stefan Beller · 6 years ago
  54. a3b72c8 object-store: allow read_object_file_extended to read from any repo by Stefan Beller · 6 years ago
  55. 61c7711 sha1-file: use loose object cache for quick existence check by Jeff King · 6 years ago
  56. 3a2e082 object-store: provide helpers for loose_objects_cache by Jeff King · 6 years ago
  57. f0eaf63 sha1-file: use an object_directory for the main object dir by Jeff King · 6 years ago
  58. f3f043a handle alternates paths the same as the main object dir by Jeff King · 6 years ago
  59. b69fb86 sha1_file_name(): overwrite buffer instead of appending by Jeff King · 6 years ago
  60. 263db40 rename "alternate_object_database" to "object_directory" by Jeff King · 6 years ago
  61. 0bff526 packfile: add all_packs list by Derrick Stolee · 7 years ago
  62. c00ba22 Sync 'ds/multi-pack-index' to v2.19.0-rc0 by Junio C Hamano · 7 years ago
  63. 5ade034 Merge branch 'en/incl-forward-decl' by Junio C Hamano · 7 years ago
  64. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  65. 0889aae for_each_*_object: move declarations to object-store.h by Jeff King · 7 years ago
  66. c4d2522 config: create core.multiPackIndex setting by Derrick Stolee · 7 years ago
  67. 4d80560 multi-pack-index: load into memory by Derrick Stolee · 7 years ago
  68. 8527750 commit-graph: store graph in struct object_store by Jonathan Tan · 7 years ago
  69. 14727b7 object-store: add missing include by Jonathan Tan · 7 years ago
  70. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  71. ad635e8 Merge branch 'nd/pack-objects-pack-struct' by Junio C Hamano · 7 years ago
  72. 30b015b Merge branch 'nd/repack-keep-pack' by Junio C Hamano · 7 years ago
  73. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  74. ed7e5fc repack: add --keep-pack option by Nguyễn Thái Ngọc Duy · 7 years ago
  75. 43fa44f pack-objects: move in_pack out of struct object_entry by Nguyễn Thái Ngọc Duy · 7 years ago
  76. c127449 replace-object: eliminate replace objects prepared flag by Stefan Beller · 7 years ago
  77. d88f9fd replace-object: move replace_map to object store by Stefan Beller · 7 years ago
  78. bd27f50 sha1_file: allow map_sha1_file to handle arbitrary repositories by Stefan Beller · 7 years ago
  79. a68377b sha1_file: allow sha1_file_name to handle arbitrary repositories by Stefan Beller · 7 years ago
  80. e35454f sha1_file: add repository argument to map_sha1_file by Stefan Beller · 7 years ago
  81. cf78ae4 sha1_file: add repository argument to sha1_file_name by Stefan Beller · 7 years ago
  82. 13068bf sha1_file: allow prepare_alt_odb to handle arbitrary repositories by Stefan Beller · 7 years ago
  83. 77f012e sha1_file: allow link_alt_odb_entries to handle arbitrary repositories by Stefan Beller · 7 years ago
  84. 0b20903 sha1_file: add repository argument to prepare_alt_odb by Stefan Beller · 7 years ago
  85. 9a00580 pack: move approximate object count to object store by Stefan Beller · 7 years ago
  86. 5508f69 pack: move prepare_packed_git_run_once to object store by Stefan Beller · 7 years ago
  87. a80d72d object-store: move packed_git and packed_git_mru to object store by Stefan Beller · 7 years ago
  88. 031dc92 object-store: move alt_odb_list and alt_odb_tail to object store by Stefan Beller · 7 years ago
  89. 0d4a132 object-store: migrate alternates struct and functions from cache.h by Stefan Beller · 7 years ago
  90. 90c6215 repository: introduce raw object store field by Stefan Beller · 7 years ago