🌐 AI搜索 & 代理 主页
Git 2.43.1
  1. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 2 years, 6 months ago
  2. 8043418 khash: name the structs that khash declares by Elijah Newren · 2 years, 6 months ago
  3. ccd12a3 Merge branch 'en/header-split-cache-h-part-2' by Junio C Hamano · 2 years, 7 months ago
  4. 36628c5 Merge branch 'ps/fix-geom-repack-with-alternates' by Junio C Hamano · 2 years, 8 months ago
  5. e3d2f20 object-store.h: reduce unnecessary includes by Elijah Newren · 2 years, 8 months ago
  6. d85cd18 repack: disable writing bitmaps when doing a local repack by Patrick Steinhardt · 2 years, 8 months ago
  7. 72871b19 Merge branch 'ab/remove-implicit-use-of-the-repository' by Junio C Hamano · 2 years, 8 months ago
  8. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years, 8 months ago
  9. c7c33f5 post-cocci: adjust comments for recent repo_* migration by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  10. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  11. 1c02840 object-store.h: move struct object_info from cache.h by Elijah Newren · 2 years, 10 months ago
  12. 0ba05cf repo_read_object_file(): stop wrapping read_object_file_extended() by Jeff King · 3 years ago
  13. 7be13f5 read_object_file_extended(): drop lookup_replace option by Jeff King · 3 years ago
  14. b25562e object-file: inline calls to read_object() by Jeff King · 3 years ago
  15. 9e59b38 object-file: emit corruption errors when detected by Jonathan Tan · 3 years ago
  16. acd6f0d object-file: remove OBJECT_INFO_IGNORE_LOOSE by Jonathan Tan · 3 years ago
  17. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
  18. 02c3c59 hashmap: mark unused callback parameters by Jeff King · 3 years, 4 months ago
  19. 2b6070a object-file.c: add "stream_loose_object()" to handle large object by Han Xin · 3 years, 6 months ago
  20. a50036d Merge branch 'tb/cruft-packs' by Junio C Hamano · 3 years, 6 months ago
  21. b757353 builtin/pack-objects.c: --cruft without expiration by Taylor Blau · 3 years, 7 months ago
  22. 94cd775 pack-mtimes: support reading .mtimes files by Taylor Blau · 3 years, 7 months ago
  23. 89ef49b object-store.h: remove unused has_sha1_file*() by Ævar Arnfjörð Bjarmason · 3 years, 9 months ago
  24. 44439c1 object-file API: have hash_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  25. 0ff7b4f object API: rename hash_object_file_literally() to write_*() by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  26. c80d226 object-file API: have write_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  27. b04cdea object-file API: add a format_object_header() function by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  28. 63e05f9 object-file API: return "void", not "int" from hash_object_file() by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  29. 0dc90d9 Merge branch 'ns/tmp-objdir' by Junio C Hamano · 4 years ago
  30. ecd81df tmp-objdir: disable ref updates when replacing the primary odb by Neeraj Singh · 4 years ago
  31. b3cecf4 tmp-objdir: new API for creating temporary writable databases by Neeraj Singh · 4 years ago
  32. 2c428e4 Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store' by Junio C Hamano · 4 years, 2 months ago
  33. 061a21d Merge branch 'ab/fsck-unexpected-type' by Junio C Hamano · 4 years, 2 months ago
  34. 4ef91a2 commit: fix duplication regression in permission error output by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  35. 96e41f5 fsck: report invalid object type-path combinations by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  36. 31deb28 fsck: don't hard die on invalid object types by Ævar Arnfjörð Bjarmason · 4 years, 2 months ago
  37. 9865b6e *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom by Ævar Arnfjörð Bjarmason · 4 years, 3 months ago
  38. 28caad6 Merge branch 'rs/packfile-bad-object-list-in-oidset' by Junio C Hamano · 4 years, 3 months ago
  39. 0649303 Merge branch 'tb/multi-pack-bitmaps' by Junio C Hamano · 4 years, 3 months ago
  40. 09ef661 packfile: use oidset for bad objects by René Scharfe · 4 years, 3 months ago
  41. f57a739 midx: avoid opening multiple MIDXs when writing by Taylor Blau · 4 years, 3 months ago
  42. a241878 object-store.h: teach for_each_packed_object to ignore kept packs by Taylor Blau · 4 years, 4 months ago
  43. dd3c8a7 object-store: avoid extra ';' from KHASH_INIT by Carlo Marcelo Arenas Belón · 4 years, 4 months ago
  44. 92d8ed8 oidtree: a crit-bit tree for odb_loose_cache by Eric Wong · 4 years, 5 months ago
  45. 33f379e make object_directory.loose_objects_subdir_seen a bitmap by Eric Wong · 4 years, 5 months ago
  46. cf2dc1c speed up alt_odb_usable() with many alternates by Eric Wong · 4 years, 5 months ago
  47. 20b031f packfile: add kept-pack cache for find_kept_pack_entry() by Jeff King · 4 years, 10 months ago
  48. 2f4ba2a packfile: prepare for the existence of '*.rev' files by Taylor Blau · 4 years, 11 months ago
  49. 1d8d9cb sha1-file: introduce no-lazy-fetch has_object() by Jonathan Tan · 5 years ago
  50. 629dffc packfile: compute and use the index CRC offset by brian m. carlson · 6 years ago
  51. fe299ec oid_array: rename source file from sha1-array by Jeff King · 6 years ago
  52. b99b6bc packed_object_info(): use object_id for returning delta base by Jeff King · 6 years ago
  53. 78e67cd Merge branch 'mt/use-passed-repo-more-in-funcs' by Junio C Hamano · 6 years ago
  54. 56ceb64 Merge branch 'mt/threaded-grep-in-object-store' by Junio C Hamano · 6 years ago
  55. b486d2e Merge branch 'jn/pretend-object-doc' by Junio C Hamano · 6 years ago
  56. 2dcde20 sha1-file: pass git_hash_algo to hash_object_file() by Matheus Tavares · 6 years ago
  57. e26bd14 Merge branch 'jt/sha1-file-remove-oi-skip-cached' by Junio C Hamano · 6 years ago
  58. 31877c9 object-store: allow threaded access to object reading by Matheus Tavares · 6 years ago
  59. b1fc9da replace-object: make replace operations thread-safe by Matheus Tavares · 6 years ago
  60. 60440d7 sha1-file: document how to use pretend_object_file by Jonathan Nieder · 6 years ago
  61. 9c8a294 sha1-file: remove OBJECT_INFO_SKIP_CACHED by Jonathan Tan · 6 years ago
  62. ec48540 packfile.c: speed up loading lots of packfiles by Colin Stolley · 6 years ago
  63. 68e65de Merge branch 'jk/check-connected-with-alternates' by Junio C Hamano · 6 years ago
  64. 709dfa6 object-store.h: move for_each_alternate_ref() from transport.h by Jeff King · 6 years ago
  65. 5d5c46b Merge branch 'ds/object-info-for-prefetch-fix' by Junio C Hamano · 6 years ago
  66. 31f5256 sha1-file: split OBJECT_INFO_FOR_PREFETCH by Derrick Stolee · 7 years ago
  67. 454b419 Merge branch 'ds/midx-too-many-packs' by Junio C Hamano · 7 years ago
  68. 4aeeef3 Merge branch 'dl/no-extern-in-func-decl' by Junio C Hamano · 7 years ago
  69. af96fe3 midx: add packs to packed_git linked list by Derrick Stolee · 7 years ago
  70. ad6dad0 *.[ch]: manually align parameter lists by Denton Liu · 7 years ago
  71. 5545442 *.[ch]: remove extern from function declarations using spatch by Denton Liu · 7 years ago
  72. 32dc15d Merge branch 'jt/batch-fetch-blobs-in-diff' by Junio C Hamano · 7 years ago
  73. 0f4a4fb sha1-file: support OBJECT_INFO_FOR_PREFETCH by Jonathan Tan · 7 years ago
  74. 538b152 object-store: rename and expand packed_git's sha1 member by brian m. carlson · 7 years ago
  75. cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 7 years ago
  76. b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano · 7 years ago
  77. 5d3679e sha1-file: drop has_sha1_file() by Jeff King · 7 years ago
  78. 8be88db object-store: retire odb_load_loose_cache() by René Scharfe · 7 years ago
  79. 4cea1ce object-store: use one oid_array per subdirectory for loose cache by René Scharfe · 7 years ago
  80. 514c5fd sha1-file: modernize loose object file functions by Jeff King · 7 years ago
  81. d4e19e5 object-store: factor out odb_clear_loose_cache() by René Scharfe · 7 years ago
  82. 0000d65 object-store: factor out odb_loose_cache() by René Scharfe · 7 years ago
  83. 9b45f49 object-store: prepare has_{sha1, object}_file to handle any repo by Stefan Beller · 7 years ago
  84. afd69dc object-store: prepare read_object_file to deal with any repo by Stefan Beller · 7 years ago
  85. a3b72c8 object-store: allow read_object_file_extended to read from any repo by Stefan Beller · 7 years ago
  86. 61c7711 sha1-file: use loose object cache for quick existence check by Jeff King · 7 years ago
  87. 3a2e082 object-store: provide helpers for loose_objects_cache by Jeff King · 7 years ago
  88. f0eaf63 sha1-file: use an object_directory for the main object dir by Jeff King · 7 years ago
  89. f3f043a handle alternates paths the same as the main object dir by Jeff King · 7 years ago
  90. b69fb86 sha1_file_name(): overwrite buffer instead of appending by Jeff King · 7 years ago
  91. 263db40 rename "alternate_object_database" to "object_directory" by Jeff King · 7 years ago
  92. 0bff526 packfile: add all_packs list by Derrick Stolee · 7 years ago
  93. c00ba22 Sync 'ds/multi-pack-index' to v2.19.0-rc0 by Junio C Hamano · 7 years ago
  94. 5ade034 Merge branch 'en/incl-forward-decl' by Junio C Hamano · 7 years ago
  95. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  96. 0889aae for_each_*_object: move declarations to object-store.h by Jeff King · 7 years ago
  97. c4d2522 config: create core.multiPackIndex setting by Derrick Stolee · 7 years ago
  98. 4d80560 multi-pack-index: load into memory by Derrick Stolee · 7 years ago
  99. 8527750 commit-graph: store graph in struct object_store by Jonathan Tan · 7 years ago
  100. 14727b7 object-store: add missing include by Jonathan Tan · 7 years ago