]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT
authorBence Ferdinandy <bence@ferdinandy.com>
Fri, 11 Oct 2024 19:11:33 +0000 (21:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Oct 2024 21:18:39 +0000 (14:18 -0700)
The documentation only lists "files" as a possible value, but
"reftable" is also valid.

Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README

index 8dcb778e2604b9fca0c5d807795b6df6efef66b7..8c0319b58e5c8333a13f4d07a47519fa8f137709 100644 (file)
--- a/t/README
+++ b/t/README
@@ -465,8 +465,9 @@ GIT_TEST_DEFAULT_HASH=<hash-algo> specifies which hash algorithm to
 use in the test scripts. Recognized values for <hash-algo> are "sha1"
 and "sha256".
 
-GIT_TEST_DEFAULT_REF_FORMAT=<format> specifies which ref storage format
-to use in the test scripts. Recognized values for <format> are "files".
+GIT_TEST_DEFAULT_REF_FORMAT=<format> specifies which ref storage format to use
+in the test scripts. Recognized values for <format> are "files" and
+"reftable".
 
 GIT_TEST_NO_WRITE_REV_INDEX=<boolean>, when true disables the
 'pack.writeReverseIndex' setting.