1. c5fcd34 Merge branch 'jk/unused-parameter' by Junio C Hamano · 1 year, 8 months ago
  2. 39fe402 Merge branch 'tb/refs-exclusion-and-packed-refs' by Junio C Hamano · 1 year, 8 months ago
  3. 1779dee do_for_each_ref_helper(): mark unused repository parameter by Jeff King · 1 year, 8 months ago
  4. 15af64d refs.h: implement `hidden_refs_to_excludes()` by Taylor Blau · 1 year, 8 months ago
  5. e6bf24d refs.h: let `for_each_namespaced_ref()` take excluded patterns by Taylor Blau · 1 year, 8 months ago
  6. c45841f revision.h: store hidden refs in a `strvec` by Taylor Blau · 1 year, 8 months ago
  7. b269ac5 refs: plumb `exclude_patterns` argument throughout by Taylor Blau · 1 year, 8 months ago
  8. bf1377a refs.c: rename `ref_filter` by Jeff King · 1 year, 8 months ago
  9. 91c080d git-compat-util: move alloc macros to git-compat-util.h by Calvin Wan · 1 year, 8 months ago
  10. da9502f treewide: remove unnecessary includes for wrapper.h by Calvin Wan · 1 year, 8 months ago
  11. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 10 months ago
  12. dd77d58 git-compat-util.h: remove unneccessary include of wildmatch.h by Elijah Newren · 1 year, 10 months ago
  13. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 10 months ago
  14. 826ae79 pack-refs: teach --exclude option to exclude refs from being packed by John Cai · 1 year, 10 months ago
  15. e93fc5d treewide: remove cache.h inclusion due to object-name.h changes by Elijah Newren · 1 year, 11 months ago
  16. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
  17. 6c6ddf9 treewide: be explicit about dependence on advice.h by Elijah Newren · 1 year, 11 months ago
  18. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years ago
  19. c7c33f5 post-cocci: adjust comments for recent repo_* migration by Ævar Arnfjörð Bjarmason · 2 years ago
  20. e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 2 years ago
  21. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
  22. d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 2 years ago
  23. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
  24. a6dc3d3 treewide: remove unnecessary cache.h inclusion from a few headers by Elijah Newren · 2 years ago
  25. 88cc8ed Merge branch 'en/header-cleanup' by Junio C Hamano · 2 years ago
  26. dda83e6 Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf' by Junio C Hamano · 2 years ago
  27. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 1 month ago
  28. 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years, 1 month ago
  29. 613bef5 shorten_unambiguous_ref(): avoid sscanf() by Jeff King · 2 years, 1 month ago
  30. 8f416f6 shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constant by Jeff King · 2 years, 1 month ago
  31. dd5e4d3 shorten_unambiguous_ref(): avoid integer truncation by Jeff King · 2 years, 1 month ago
  32. 91e2ab1 ls-refs: use repository parameter to iterate refs by Jeff King · 2 years, 3 months ago
  33. 9b67eb6 refs: get rid of global list of hidden refs by Patrick Steinhardt · 2 years, 4 months ago
  34. 5eeb9aa refs: fix memory leak when parsing hideRefs config by Patrick Steinhardt · 2 years, 4 months ago
  35. 71e5473 refs: unify parse_worktree_ref() and ref_type() by Han-Wen Nienhuys · 2 years, 6 months ago
  36. dd407f1 Merge branch 'ab/unused-annotation' by Junio C Hamano · 2 years, 6 months ago
  37. a6b42ec Merge branch 'jk/unused-annotation' by Junio C Hamano · 2 years, 6 months ago
  38. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
  39. 02c3c59 hashmap: mark unused callback parameters by Jeff King · 2 years, 7 months ago
  40. c006e9f refs: mark unused reflog callback parameters by Jeff King · 2 years, 7 months ago
  41. 63e14ee refs: mark unused each_ref_fn parameters by Jeff King · 2 years, 7 months ago
  42. 97e61e0 refs: use ref_namespaces for replace refs base by Derrick Stolee · 2 years, 7 months ago
  43. b9342b3 refs: add array of ref namespaces by Derrick Stolee · 2 years, 7 months ago
  44. b877e61 refs: allow "HEAD" as decoration filter by Derrick Stolee · 2 years, 7 months ago
  45. d097a23 clone: die() instead of BUG() on bad refs by Derrick Stolee · 2 years, 11 months ago
  46. c6da34a Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'" by Junio C Hamano · 2 years, 11 months ago
  47. 5b87540 refs debug: add a wrapper for "read_symbolic_ref" by Ævar Arnfjörð Bjarmason · 3 years ago
  48. 6969ac6 Merge branch 'ps/fetch-mirror-optim' by Junio C Hamano · 3 years ago
  49. 851d2f0 Merge branch 'ps/fetch-atomic' by Junio C Hamano · 3 years ago
  50. cd475b3 refs: add ability for backends to special-case reading of symbolic refs by Patrick Steinhardt · 3 years ago
  51. 3436340 Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optim by Junio C Hamano · 3 years ago
  52. 0a01df0 Merge branch 'ab/date-mode-release' by Junio C Hamano · 3 years ago
  53. 991b4d4 Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs' by Junio C Hamano · 3 years, 1 month ago
  54. 4f2ba2d refs: add interface to iterate over queued transactional updates by Patrick Steinhardt · 3 years, 1 month ago
  55. 88c7b4c date API: create a date.h, split from cache.h by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  56. ce14de0 refs API: remove "failure_errno" from refs_resolve_ref_unsafe() by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  57. 958fbc7 refs: allow skipping the reference-transaction hook by Patrick Steinhardt · 3 years, 2 months ago
  58. fbe73f6 refs: allow passing flags when beginning transactions by Patrick Steinhardt · 3 years, 2 months ago
  59. 31e3912 Merge branch 'ab/refs-errno-cleanup' by Junio C Hamano · 3 years, 2 months ago
  60. cac15b3 refs API: use "failure_errno", not "errno" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
  61. 01ea04f Merge branch 'hn/refs-debug-update' by Junio C Hamano · 3 years, 2 months ago
  62. 0dc90d9 Merge branch 'ns/tmp-objdir' by Junio C Hamano · 3 years, 2 months ago
  63. f9f7fd3 refs: centralize initialization of the base ref_store. by Han-Wen Nienhuys · 3 years, 3 months ago
  64. b174a3c Merge branch 'hn/allow-bogus-oid-in-ref-tests' by Junio C Hamano · 3 years, 3 months ago
  65. b814837 Merge branch 'hn/create-reflog-simplify' by Junio C Hamano · 3 years, 3 months ago
  66. 8bb6fe8 Merge branch 'jk/refs-g11-workaround' by Junio C Hamano · 3 years, 3 months ago
  67. ecd81df tmp-objdir: disable ref updates when replacing the primary odb by Neeraj Singh · 3 years, 3 months ago
  68. 3c966c7 refs: introduce REF_SKIP_REFNAME_VERIFICATION flag by Han-Wen Nienhuys · 3 years, 3 months ago
  69. 96f6623 Merge branch 'ab/refs-errno-cleanup' by Junio C Hamano · 3 years, 3 months ago
  70. 7b08912 refs: drop force_create argument of create_reflog API by Han-Wen Nienhuys · 3 years, 4 months ago
  71. 49f1eb3 refs: work around gcc-11 warning with REF_HAVE_NEW by Jeff King · 3 years, 4 months ago
  72. 162a13b Merge branch 'jt/no-abuse-alternate-odb-for-submodules' by Junio C Hamano · 3 years, 5 months ago
  73. f1da24c refs API: post-migration API renaming [2/2] by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  74. 25a33b3 refs API: post-migration API renaming [1/2] by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  75. 4755d7d refs API: don't expose "errno" in run_transaction_hook() by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  76. 6582bd3 refs API: make expand_ref() & repo_dwim_log() not set errno by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  77. ed90f04 refs API: make resolve_ref_unsafe() not set errno by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  78. 1e3ccb5 refs API: make refs_ref_exists() not set errno by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  79. f65bb9f refs API: make refs_resolve_refdup() not set errno by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  80. db7a3d2 refs API: make resolve_gitlink_ref() not set errno by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  81. 76887df refs API: remove refs_read_ref_full() wrapper by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  82. c339ff6 refs API: make refs_rename_ref_available() static by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  83. df3458e refs API: make parse_loose_ref_contents() not set errno by Han-Wen Nienhuys · 3 years, 5 months ago
  84. 8b72fea refs API: make refs_read_raw_ref() not set errno by Han-Wen Nienhuys · 3 years, 5 months ago
  85. ef18119 refs API: add a version of refs_resolve_ref_unsafe() with "errno" by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  86. a5e61a4 Merge branch 'ab/config-based-hooks-1' by Junio C Hamano · 3 years, 5 months ago
  87. f6c075a Merge branch 'jk/ref-paranoia' by Junio C Hamano · 3 years, 5 months ago
  88. 9bc45a2 refs: teach arbitrary repo support to iterators by Jonathan Tan · 3 years, 5 months ago
  89. 34224e1 refs: plumb repo into ref stores by Jonathan Tan · 3 years, 5 months ago
  90. 870de59 Merge branch 'ab/retire-refs-unused-funcs' by Junio C Hamano · 3 years, 5 months ago
  91. 98961e4 refs.[ch]: remove unused ref_storage_backend_exists() by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
  92. 67985e4 refs: drop "broken" flag from for_each_fullref_in() by Jeff King · 3 years, 6 months ago
  93. 5d1f5b8 repack, prune: drop GIT_REF_PARANOIA settings by Jeff King · 3 years, 6 months ago
  94. 968f12f refs: turn on GIT_REF_PARANOIA by default by Jeff King · 3 years, 6 months ago
  95. 6d751be refs: omit dangling symrefs when using GIT_REF_PARANOIA by Jeff King · 3 years, 6 months ago
  96. 9aab952 refs-internal.h: reorganize DO_FOR_EACH_* flag documentation by Jeff King · 3 years, 6 months ago
  97. 5e3aba3 hook.[ch]: move find_hook() from run-command.c to hook.c by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
  98. 5b12e16 refs: make errno output explicit for read_raw_ref_fn by Han-Wen Nienhuys · 3 years, 7 months ago
  99. cc40b5c refs API: remove OID argument to reflog_expire() by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
  100. 6f45ec8 refs: make repo_dwim_log() accept a NULL oid by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago