]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kn/ref-location' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2026 18:06:13 +0000 (10:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2026 18:06:14 +0000 (10:06 -0800)
commite87adbdb6954998b48df5f54b2b1d7dda49086f1
treed8896c846b898243992032bca9b108a1f9563b5b
parente6e9f13364f60da08915a4183156646fcdad0ff3
parent53592d68e86814fcc4a8df6cc38340597e56fe5a
Merge branch 'kn/ref-location' into next

Allow the directory in which reference backends store their data to
be specified.

* kn/ref-location:
  refs: add GIT_REFERENCE_BACKEND to specify reference backend
  refs: allow reference location in refstorage config
  refs: receive and use the reference storage payload
  refs: move out stub modification to generic layer
  refs: extract out `refs_create_refdir_stubs()`
  setup: don't modify repo in `create_reference_database()`
14 files changed:
Documentation/config/extensions.adoc
builtin/clone.c
builtin/worktree.c
refs.c
refs.h
refs/files-backend.c
refs/packed-backend.c
refs/refs-internal.h
refs/reftable-backend.c
repository.c
repository.h
setup.c
setup.h
t/meson.build