summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-09-17 13:53:58 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-09-17 13:53:58 -0700
commit06880cff3892185ae71839636e2d2c688413eccb (patch)
tree384648785a690c489a009f16d4c7d1e39901344d /t/README
parentMerge branch 'jk/pack-objects-with-bitmap-fix' (diff)
parentcommit-graph: define GIT_TEST_COMMIT_GRAPH (diff)
downloadtgif-06880cff3892185ae71839636e2d2c688413eccb.tar.xz
Merge branch 'ds/commit-graph-tests'
We can now optionally run tests with commit-graph enabled. * ds/commit-graph-tests: commit-graph: define GIT_TEST_COMMIT_GRAPH
Diffstat (limited to 't/README')
-rw-r--r--t/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/README b/t/README
index 204b9f4cc5..3ea6c85460 100644
--- a/t/README
+++ b/t/README
@@ -323,6 +323,10 @@ GIT_TEST_VALIDATE_INDEX_CACHE_ENTRIES=<boolean> checks that cache-tree
records are valid when the index is written out or after a merge. This
is mostly to catch missing invalidation. Default is true.
+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
------------