]> git.ipfire.org Git - thirdparty/git.git/commit
setup: use "reftable" format when experimental features are enabled
authorPatrick Steinhardt <ps@pks.im>
Fri, 4 Jul 2025 09:42:57 +0000 (11:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jul 2025 13:26:21 +0000 (06:26 -0700)
commit793b14e1c833dd4ea0d85cdef53cc5ab38f7915e
treea4e82a364ca52658244790b632ae85fd9fcb8bc5
parentd0b94577dda3a50c1833626a70ebefd478bfcbf9
setup: use "reftable" format when experimental features are enabled

With the preceding commit we have announced the switch to the "reftable"
format in Git 3.0 for newly created repositories. The format is being
battle tested by GitLab and a couple of other developers, and except for
a small handful of issues exposed early after it has been merged it has
been rock solid. Regardless of that though the test user base is still
comparatively small, which increases the risk that we miss critical
bugs.

Address this by enabling the reftable format when experimental features
are enabled. This should increase the test user base by some margin and
thus give us more input before making the format the default.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/feature.adoc
setup.c
t/t0001-init.sh