diff options
| author | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:21 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-25 14:02:21 -0400 |
| commit | 448022a7fb29c524fddc2a2897402bfbcf225f89 (patch) | |
| tree | 4845775f5833dfc4e86b8767a4ffd9c43a26fb98 | |
| parent | f25bb60393dc75c19ac7114d866d756070cea0d1 (diff) | |
| parent | dcd590a39d04b53dcd1c157f6b9e49f8839a2218 (diff) | |
| download | git-448022a7fb29c524fddc2a2897402bfbcf225f89.tar.gz | |
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
| -rw-r--r-- | t/README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |
