aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2024-10-11 21:11:33 +0200
committerJunio C Hamano <gitster@pobox.com>2024-10-11 14:18:39 -0700
commitdcd590a39d04b53dcd1c157f6b9e49f8839a2218 (patch)
tree5c191ebaa9896340e14dc541c7d0140275e993d9
parent777489f9e09c8d0dd6b12f9d90de6376330577a2 (diff)
downloadgit-dcd590a39d04b53dcd1c157f6b9e49f8839a2218.tar.xz
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 <bence@ferdinandy.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--t/README5
1 files changed, 3 insertions, 2 deletions
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=<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.