1. 1002f28 Merge branch 'eb/hash-transition' by Junio C Hamano · 9 months ago
  2. 56d6084 Merge branch 'jk/upload-pack-bounded-resources' by Junio C Hamano · 10 months ago
  3. 6cd05e7 upload-pack: free tree buffers after parsing by Jeff King · 10 months ago
  4. f0e578c use xstrncmpz() by René Scharfe · 11 months ago
  5. 23b2c7e loose: add a mapping between SHA-1 and SHA-256 for loose objects by brian m. carlson · 1 year, 3 months ago
  6. a1264a0 Merge branch 'en/header-split-cache-h-part-3' by Junio C Hamano · 1 year, 6 months ago
  7. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
  8. 90cbae9 statinfo: move stat_{data,validity} functions from cache/read-cache by Elijah Newren · 1 year, 8 months ago
  9. fe90355 object: add object_array initializer helper function by Taylor Blau · 1 year, 8 months ago
  10. 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  11. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
  12. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
  13. c1166ca blob: drop unused parts of parse_blob_buffer() by Jeff King · 2 years, 1 month ago
  14. 40286ca parse_object(): simplify blob conditional by Ævar Arnfjörð Bjarmason · 2 years, 2 months ago
  15. 8db2dad parse_object(): check on-disk type of suspected blob by Jeff King · 2 years, 2 months ago
  16. 04fb962 parse_object(): drop extra "has" check before checking object type by Jeff King · 2 years, 2 months ago
  17. fdbfac6 Merge branch 'jk/fsck-on-diet' by Junio C Hamano · 2 years, 3 months ago
  18. 51b2774 parse_object_buffer(): respect save_commit_buffer by Jeff King · 2 years, 4 months ago
  19. 9a8c3c4 parse_object(): check commit-graph when skip_hash set by Jeff King · 2 years, 4 months ago
  20. c868d8e parse_object(): allow skipping hash check by Jeff King · 2 years, 4 months ago
  21. 44439c1 object-file API: have hash_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years ago
  22. 0f156db object-file API: split up and simplify check_object_signature() by Ævar Arnfjörð Bjarmason · 3 years ago
  23. 0dc90d9 Merge branch 'ns/tmp-objdir' by Junio C Hamano · 3 years ago
  24. b3cecf4 tmp-objdir: new API for creating temporary writable databases by Neeraj Singh · 3 years, 1 month ago
  25. eafd6e7 object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type() by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  26. 061a21d Merge branch 'ab/fsck-unexpected-type' by Junio C Hamano · 3 years, 2 months ago
  27. 96e41f5 fsck: report invalid object type-path combinations by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
  28. c9d6d8a Merge branch 'jk/log-decorate-optim' by Junio C Hamano · 3 years, 5 months ago
  29. cf2dc1c speed up alt_odb_usable() with many alternates by Eric Wong · 3 years, 6 months ago
  30. 7463064 object.h: add lookup_object_by_type() function by Jeff King · 3 years, 7 months ago
  31. 45a187c lookup_unknown_object(): take a repository argument by Jeff King · 3 years, 9 months ago
  32. ca56dad use CALLOC_ARRAY by René Scharfe · 3 years, 10 months ago
  33. ce1d6d9 bundle: lost objects when removing duplicate pendings by Jiang Xin · 4 years ago
  34. bf0a430 Merge branch 'en/strmap' by Junio C Hamano · 4 years, 2 months ago
  35. 6da1a25 hashmap: provide deallocation function names by Elijah Newren · 4 years, 2 months ago
  36. cd88884 object: allow clear_commit_marks_all to handle any repo by René Scharfe · 4 years, 2 months ago
  37. 6da43d9 object: drop parsed_object_pool->commit_count by Abhishek Kumar · 4 years, 7 months ago
  38. 0df82d9 Merge branch 'jk/object-filter-with-bitmap' by Junio C Hamano · 4 years, 10 months ago
  39. 78e67cd Merge branch 'mt/use-passed-repo-more-in-funcs' by Junio C Hamano · 5 years ago
  40. acac50d pack-bitmap: fix leak of haves/wants object lists by Jeff King · 5 years ago
  41. b98d188 sha1-file: allow check_object_signature() to handle any repo by Matheus Tavares · 5 years ago
  42. b1fc9da replace-object: make replace operations thread-safe by Matheus Tavares · 5 years ago
  43. ec48540 packfile.c: speed up loading lots of packfiles by Colin Stolley · 5 years ago
  44. 2fe4439 treewide: remove duplicate #include directives by René Scharfe · 5 years ago
  45. a7db4c1 Merge branch 'jk/oidhash' by Junio C Hamano · 6 years ago
  46. d40abc8 hashmap: convert sha1hash() to oidhash() by Jeff King · 6 years ago
  47. a378509 object: convert create_object() to use object_id by Jeff King · 6 years ago
  48. 46931d3 object: convert internal hash_obj() to object_id by Jeff King · 6 years ago
  49. d0229ab object: convert lookup_object() to use object_id by Jeff King · 6 years ago
  50. 0ebbcf7 object: convert lookup_unknown_object() to use object_id by Jeff King · 6 years ago
  51. 2d511cf packfile: rename close_all_packs to close_object_store by Derrick Stolee · 6 years ago
  52. 96b0710 object: fix leak of shallow_stat by Josh Steadmon · 6 years ago
  53. cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 6 years ago
  54. 2ed3de4 Merge branch 'sg/object-as-type-commit-graph-fix' by Junio C Hamano · 6 years ago
  55. b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano · 6 years ago
  56. 4468d44 object_as_type: initialize commit-graph-related fields of 'struct commit' by SZEDER Gábor · 6 years ago
  57. 01f8d59 prefer "hash mismatch" to "sha1 mismatch" by Jeff King · 6 years ago
  58. d4e19e5 object-store: factor out odb_clear_loose_cache() by René Scharfe · 6 years ago
  59. 6a7895f commit: prepare free_commit_buffer and release_commit_memory for any repo by Stefan Beller · 6 years ago
  60. d1a6902 object: parse_object to honor its repository argument by Stefan Beller · 6 years ago
  61. f0eaf63 sha1-file: use an object_directory for the main object dir by Jeff King · 6 years ago
  62. f3f043a handle alternates paths the same as the main object dir by Jeff King · 6 years ago
  63. 263db40 rename "alternate_object_database" to "object_directory" by Jeff King · 6 years ago
  64. e3ff068 convert "hashcmp() == 0" to hasheq() by Jeff King · 6 years ago
  65. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 6 years ago
  66. 4224658 object.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 6 years ago
  67. 8527750 commit-graph: store graph in struct object_store by Jonathan Tan · 6 years ago
  68. 8e4b0b6 object.c: allow parse_object to handle arbitrary repositories by Stefan Beller · 7 years ago
  69. 108ed1a object.c: allow parse_object_buffer to handle arbitrary repositories by Stefan Beller · 7 years ago
  70. 65ea9d4 commit.c: migrate the commit buffer to the parsed object store by Stefan Beller · 7 years ago
  71. 94c09a7 object: allow lookup_object to handle arbitrary repositories by Stefan Beller · 7 years ago
  72. a962da1 object: allow object_as_type to handle arbitrary repositories by Stefan Beller · 7 years ago
  73. 0e740fe tag: add repository argument to parse_tag_buffer by Stefan Beller · 7 years ago
  74. ce71efb tag: add repository argument to lookup_tag by Stefan Beller · 7 years ago
  75. 3ce85f7 commit: add repository argument to get_cached_commit_buffer by Stefan Beller · 7 years ago
  76. 5e0c636 commit: add repository argument to set_commit_buffer by Stefan Beller · 7 years ago
  77. 08f4f44 commit: add repository argument to parse_commit_buffer by Stefan Beller · 7 years ago
  78. c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller · 7 years ago
  79. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  80. da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
  81. 1268dfa object: add repository argument to object_as_type by Stefan Beller · 7 years ago
  82. 1ec5bfd object: add repository argument to parse_object_buffer by Stefan Beller · 7 years ago
  83. 5abddd1 object: add repository argument to lookup_object by Stefan Beller · 7 years ago
  84. 109cd76 object: add repository argument to parse_object by Stefan Beller · 7 years ago
  85. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  86. 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano · 7 years ago
  87. a856e7d Merge branch 'ds/commit-graph-lockfile-fix' by Junio C Hamano · 7 years ago
  88. fcb6df3 Merge branch 'sb/oid-object-info' by Junio C Hamano · 7 years ago
  89. e2838d8 commit-graph: always load commit-graph information by Derrick Stolee · 7 years ago
  90. eee4502 shallow: migrate shallow information into the object parser by Stefan Beller · 7 years ago
  91. 7a1dc60 object.c: clear replace map before freeing it by Stefan Beller · 7 years ago
  92. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  93. 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller · 7 years ago
  94. d587307 object.c: free replace map in raw_object_store_clear by Stefan Beller · 7 years ago
  95. 341e45e object: allow create_object to handle arbitrary repositories by Stefan Beller · 7 years ago
  96. 346a817 object: allow grow_object_hash to handle arbitrary repositories by Stefan Beller · 7 years ago
  97. dd5d9de alloc: add repository argument to alloc_commit_index by Stefan Beller · 7 years ago
  98. 13e3fdc alloc: add repository argument to alloc_object_node by Stefan Beller · 7 years ago
  99. c077a45 object: add repository argument to grow_object_hash by Jonathan Nieder · 7 years ago
  100. 68f95d3 object: add repository argument to create_object by Stefan Beller · 7 years ago