multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX
[gitweb.git] / t / README
index 3ea6c854606056e1a7d9431dd59518d817768527..9d0277c338e931a1e35e70803118114b1599e929 100644 (file)
--- a/t/README
+++ b/t/README
@@ -327,6 +327,10 @@ GIT_TEST_COMMIT_GRAPH=<boolean>, when true, forces the commit-graph to
 be written after every 'git commit' command, and overrides the
 'core.commitGraph' setting to true.
 
+GIT_TEST_MULTI_PACK_INDEX=<boolean>, when true, forces the multi-pack-
+index to be written after every 'git repack' command, and overrides the
+'core.multiPackIndex' setting to true.
+
 Naming Tests
 ------------