commit-graph: define GIT_TEST_COMMIT_GRAPH
[gitweb.git] / t / README
index 9028b47d923ca027a146da82060dae395d3f7999..fed7a066ab03ce2999f0a734341685134b85b7fc 100644 (file)
--- a/t/README
+++ b/t/README
@@ -319,6 +319,10 @@ GIT_TEST_OE_DELTA_SIZE=<n> exercises the uncomon pack-objects code
 path where deltas larger than this limit require extra memory
 allocation for bookkeeping.
 
+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.
+
 Naming Tests
 ------------