summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-03-22 14:00:23 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-03-22 14:00:23 -0700
commitd20fa3cf9dba095b9d8836b177da697425ce8d3c (patch)
tree9f38a2d833c4d96919960fb0979837e816919227 /t/README
parentMerge branch 'ab/remote-write-config-in-camel-case' (diff)
parentcommit-graph: use config to specify generation type (diff)
downloadtgif-d20fa3cf9dba095b9d8836b177da697425ce8d3c.tar.xz
Merge branch 'ds/commit-graph-generation-config'
A new configuration variable has been introduced to allow choosing which version of the generation number gets used in the commit-graph file. * ds/commit-graph-generation-config: commit-graph: use config to specify generation type commit-graph: create local repository pointer
Diffstat (limited to 't/README')
-rw-r--r--t/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/README b/t/README
index 593d4a4e27..fd9375b146 100644
--- a/t/README
+++ b/t/README
@@ -387,9 +387,6 @@ 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_COMMIT_GRAPH_NO_GDAT=<boolean>, when true, forces the
-commit-graph to be written without generation data chunk.
-
GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS=<boolean>, when true, forces
commit-graph write to compute and write changed path Bloom filters for
every 'git commit-graph write', as if the `--changed-paths` option was