diff options
Diffstat (limited to 't/README')
| -rw-r--r-- | t/README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -304,6 +304,11 @@ environment set. GIT_TEST_SPLIT_INDEX=<boolean> forces split-index mode on the whole test suite. Accept any boolean values that are accepted by git-config. +GIT_TEST_FULL_IN_PACK_ARRAY=<boolean> exercises the uncommon +pack-objects code path where there are more than 1024 packs even if +the actual number of packs in repository is below this limit. Accept +any boolean values that are accepted by git-config. + Naming Tests ------------ |
