Skip to content

Commit dcd590a

Browse files
ferdinandybgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 777489f commit dcd590a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

t/README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,9 @@ GIT_TEST_DEFAULT_HASH=<hash-algo> specifies which hash algorithm to
465465
use in the test scripts. Recognized values for <hash-algo> are "sha1"
466466
and "sha256".
467467

468-
GIT_TEST_DEFAULT_REF_FORMAT=<format> specifies which ref storage format
469-
to use in the test scripts. Recognized values for <format> are "files".
468+
GIT_TEST_DEFAULT_REF_FORMAT=<format> specifies which ref storage format to use
469+
in the test scripts. Recognized values for <format> are "files" and
470+
"reftable".
470471

471472
GIT_TEST_NO_WRITE_REV_INDEX=<boolean>, when true disables the
472473
'pack.writeReverseIndex' setting.

0 commit comments

Comments
 (0)