mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-15 17:42:52 -05:00
Merge branch 'bf/t-readme-mention-reftable'
Doc update. * bf/t-readme-mention-reftable: t/README: add missing value for GIT_TEST_DEFAULT_REF_FORMAT
This commit is contained in:
5
t/README
5
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.
|
||||
|
||||
Reference in New Issue
Block a user