Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-23 00:00:23 +0300
committerJunio C Hamano <gitster@pobox.com>2021-03-23 00:00:23 +0300
commitd20fa3cf9dba095b9d8836b177da697425ce8d3c (patch)
tree9f38a2d833c4d96919960fb0979837e816919227 /Documentation
parent52182e3b1f3e9b840c9297f7aba58ad44bc0b5f2 (diff)
parent702110aac63556b4572d9c7b65c9123ec8038ebf (diff)
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 'Documentation')
-rw-r--r--Documentation/config/commitgraph.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config/commitgraph.txt b/Documentation/config/commitgraph.txt
index 4582c39fc4..30604e4a4c 100644
--- a/Documentation/config/commitgraph.txt
+++ b/Documentation/config/commitgraph.txt
@@ -1,3 +1,9 @@
+commitGraph.generationVersion::
+ Specifies the type of generation number version to use when writing
+ or reading the commit-graph file. If version 1 is specified, then
+ the corrected commit dates will not be written or read. Defaults to
+ 2.
+
commitGraph.maxNewFilters::
Specifies the default value for the `--max-new-filters` option of `git
commit-graph write` (c.f., linkgit:git-commit-graph[1]).