From: Bence Ferdinandy Date: Fri, 11 Oct 2024 19:11:33 +0000 (+0200) Subject: t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT X-Git-Tag: v2.48.0-rc0~101^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd590a39d04b53dcd1c157f6b9e49f8839a2218;p=thirdparty%2Fgit.git t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT The documentation only lists "files" as a possible value, but "reftable" is also valid. Signed-off-by: Bence Ferdinandy Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index 8dcb778e26..8c0319b58e 100644 --- a/t/README +++ b/t/README @@ -465,8 +465,9 @@ GIT_TEST_DEFAULT_HASH= specifies which hash algorithm to use in the test scripts. Recognized values for are "sha1" and "sha256". -GIT_TEST_DEFAULT_REF_FORMAT= specifies which ref storage format -to use in the test scripts. Recognized values for are "files". +GIT_TEST_DEFAULT_REF_FORMAT= specifies which ref storage format to use +in the test scripts. Recognized values for are "files" and +"reftable". GIT_TEST_NO_WRITE_REV_INDEX=, when true disables the 'pack.writeReverseIndex' setting.