1. 1002f28 Merge branch 'eb/hash-transition' by Junio C Hamano · 11 months ago
  2. ae46d5f Merge branch 'js/merge-tree-3-trees' by Junio C Hamano · 1 year ago
  3. 5aca024 cache-tree: avoid an unnecessary check by Johannes Schindelin · 1 year ago
  4. aa9f618 Always check `parse_tree*()`'s return value by Johannes Schindelin · 1 year ago
  5. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year, 3 months ago
  6. efed687 tree-walk: init_tree_desc take an oid to get the hash algorithm by Eric W. Biederman · 1 year, 5 months ago
  7. c253849 object-file: add a compat_oid_in parameter to write_object_file_flags by Eric W. Biederman · 1 year, 5 months ago
  8. 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
  9. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
  10. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 10 months ago
  11. 08c46a4 read-cache*.h: move declarations for read-cache.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
  12. 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
  13. 74ea5c9 treewide: be explicit about dependence on trace.h & trace2.h by Elijah Newren · 1 year, 11 months ago
  14. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 11 months ago
  15. 4a93b89 libs: use "struct repository *" argument, not "the_repository" by Ævar Arnfjörð Bjarmason · 2 years ago
  16. a5183d7 cocci: apply the "promisor-remote.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  17. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
  18. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
  19. a6dc3d3 treewide: remove unnecessary cache.h inclusion from a few headers by Elijah Newren · 2 years ago
  20. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years ago
  21. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years ago
  22. a42d69e Merge branch 'rs/cache-tree-strbuf-growth-fix' by Junio C Hamano · 2 years ago
  23. 93ea118 cache-tree: fix strbuf growth in prime_cache_tree_rec() by René Scharfe · 2 years, 1 month ago
  24. b39a841 *: fix typos which duplicate a word by Andrei Rybak · 2 years, 2 months ago
  25. 5db8e59 verify_one_sparse(): drop unused parameters by Jeff King · 2 years, 7 months ago
  26. 86aa250 cache-tree: remove cache_tree_find_path() by Derrick Stolee · 2 years, 9 months ago
  27. 4da14b5 Merge branch 'ab/bug-if-bug' by Junio C Hamano · 2 years, 9 months ago
  28. c276c21 Merge branch 'ds/sparse-sparse-checkout' by Junio C Hamano · 2 years, 9 months ago
  29. 83937e9 Merge branch 'ns/batch-fsync' by Junio C Hamano · 2 years, 9 months ago
  30. 6d40f0a cache-tree.c: use bug() and BUG_if_bug() by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  31. 080ab56 cache-tree: implement cache_tree_find_path() by Derrick Stolee · 2 years, 10 months ago
  32. 4d33e2b cache-tree: use ODB transaction around writing a tree by Neeraj Singh · 3 years ago
  33. 44439c1 object-file API: have hash_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  34. c80d226 object-file API: have write_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  35. f085087 Merge branch 'vd/sparse-reset' by Junio C Hamano · 3 years, 3 months ago
  36. 20ec2d0 reset: make sparse-aware (except --mixed) by Victoria Dye · 3 years, 3 months ago
  37. c01b1cb reset: integrate with sparse index by Victoria Dye · 3 years, 3 months ago
  38. e058b18 Merge branch 'pw/sparse-cache-tree-verify-fix' by Junio C Hamano · 3 years, 4 months ago
  39. 4ef91a2 commit: fix duplication regression in permission error output by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  40. f751097 sparse index: fix use-after-free bug in cache_tree_verify() by Phillip Wood · 3 years, 5 months ago
  41. 506d2a3 Merge branch 'ds/commit-and-checkout-with-sparse-index' by Junio C Hamano · 3 years, 7 months ago
  42. d3da223 cache-tree: prefetch in partial clone read-tree by Jonathan Tan · 3 years, 8 months ago
  43. daa1ace commit: integrate with sparse-index by Derrick Stolee · 3 years, 8 months ago
  44. 8e97852 Merge branch 'ds/sparse-index-protections' by Junio C Hamano · 3 years, 10 months ago
  45. 9ad2d5e sparse-index: loose integration with cache_tree_verify() by Derrick Stolee · 4 years ago
  46. 2de37c5 cache-tree: integrate with sparse directory entries by Derrick Stolee · 4 years ago
  47. 6e77352 sparse-index: convert from full to sparse by Derrick Stolee · 4 years ago
  48. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years ago
  49. c80dd39 cache-tree: extract subtree_pos() by Derrick Stolee · 4 years, 1 month ago
  50. 8d87e33 cache-tree: simplify verify_cache() prototype by Derrick Stolee · 4 years, 1 month ago
  51. fb08826 cache-tree: clean up cache_tree_update() by Derrick Stolee · 4 years, 1 month ago
  52. a4b6d20 cache-tree: speed up consecutive path comparisons by Derrick Stolee · 4 years, 2 months ago
  53. 0b72536 cache-tree: use ce_namelen() instead of strlen() by René Scharfe · 4 years, 2 months ago
  54. 0e5c950 cache-tree: trace regions for prime_cache_tree by Derrick Stolee · 4 years, 2 months ago
  55. 4c3e187 cache-tree: trace regions for I/O by Derrick Stolee · 4 years, 2 months ago
  56. fa7ca5d cache-tree: use trace2 in cache_tree_update() by Derrick Stolee · 4 years, 2 months ago
  57. 2dcde20 sha1-file: pass git_hash_algo to hash_object_file() by Matheus Tavares · 5 years ago
  58. a651946 cache-tree: use given repo's hash_algo at verify_one() by Matheus Tavares · 5 years ago
  59. 280bd44 Merge branch 'en/merge-recursive-cleanup' by Junio C Hamano · 5 years ago
  60. ae203ba Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge' by Junio C Hamano · 5 years ago
  61. b9ac6c5 Merge branch 'cc/multi-promisor' by Junio C Hamano · 5 years ago
  62. f981ec1 cache-tree: do not lazy-fetch tentative tree by Jonathan Tan · 6 years ago
  63. 1b01cdb Merge branch 'jk/tree-walk-overflow' by Junio C Hamano · 6 years ago
  64. 724dd76 cache-tree: share code between functions writing an index as a tree by Elijah Newren · 6 years ago
  65. 9055384 tree-walk: drop oid from traverse_info by Jeff King · 6 years ago
  66. b14ed5a Use promisor_remote_get_direct() and has_promisor_remote() by Christian Couder · 6 years ago
  67. e9b9cc5 cache-tree/blame: avoid reusing the DEBUG constant by Jeff Hostetler · 6 years ago
  68. cba595a Merge branch 'jk/loose-object-cache-oid' by Junio C Hamano · 6 years ago
  69. 371820d Merge branch 'bc/tree-walk-oid' by Junio C Hamano · 6 years ago
  70. ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 6 years ago
  71. f2b6aa9 Merge branch 'nd/indentation-fix' by Junio C Hamano · 6 years ago
  72. 98374a0 convert has_sha1_file() callers to has_object_file() by Jeff King · 6 years ago
  73. ec36c42 Indent code with TABs by Nguyễn Thái Ngọc Duy · 6 years ago
  74. c207e9e cache-tree.c: remove the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  75. a08b1d6 Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone' by Junio C Hamano · 6 years ago
  76. 2f215ff cache-tree: skip some blob checks in partial clone by Jonathan Tan · 6 years ago
  77. e43d2dc more oideq/hasheq conversions by Jeff King · 6 years ago
  78. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 6 years ago
  79. 7e794d0 Merge branch 'nd/unpack-trees-with-cache-tree' by Junio C Hamano · 6 years ago
  80. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  81. 4592e60 cache-tree: verify valid cache-tree in the test suite by Nguyễn Thái Ngọc Duy · 7 years ago
  82. 0d1ed59 unpack-trees: add performance tracing by Nguyễn Thái Ngọc Duy · 7 years ago
  83. 07096c9 cache-tree: wrap the_index based wrappers with #ifdef by Nguyễn Thái Ngọc Duy · 7 years ago
  84. f86bcc7 tree: add repository argument to lookup_tree 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. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  87. a055493 cache-tree: use is_empty_tree_oid by brian m. carlson · 7 years ago
  88. 69d1242 cache: add a function to read an object ID from a buffer by brian m. carlson · 7 years ago
  89. 6dcb462 cache-tree: convert remnants to struct object_id by brian m. carlson · 7 years ago
  90. fc5cb99 cache-tree: convert write_*_as_tree to object_id by brian m. carlson · 7 years ago
  91. 8be8342 Merge branch 'po/object-id' by Junio C Hamano · 7 years ago
  92. cbf0240 Merge branch 'sg/cocci-move-array' by Junio C Hamano · 7 years ago
  93. e75c862 Merge branch 'tg/split-index-fixes' by Junio C Hamano · 7 years ago
  94. a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 7 years ago
  95. f070fac sha1_file: convert hash_sha1_file to object_id by Patryk Obara · 7 years ago
  96. f919ffe Use MOVE_ARRAY by SZEDER Gábor · 7 years ago
  97. a125a22 read-cache: fix reading the shared index for other repos by Thomas Gummerer · 7 years ago
  98. 0b646bc Merge branch 'ma/lockfile-fixes' by Junio C Hamano · 7 years ago
  99. 19716b2 cleanup: fix possible overflow errors in binary search by Derrick Stolee · 7 years ago
  100. 2954e5e cache-tree: simplify locking logic by Martin Ågren · 7 years ago