]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/config/commitgraph.txt
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / Documentation / config / commitgraph.txt
1 commitGraph.generationVersion::
2 Specifies the type of generation number version to use when writing
3 or reading the commit-graph file. If version 1 is specified, then
4 the corrected commit dates will not be written or read. Defaults to
5 2.
6
7 commitGraph.maxNewFilters::
8 Specifies the default value for the `--max-new-filters` option of `git
9 commit-graph write` (c.f., linkgit:git-commit-graph[1]).
10
11 commitGraph.readChangedPaths::
12 If true, then git will use the changed-path Bloom filters in the
13 commit-graph file (if it exists, and they are present). Defaults to
14 true. See linkgit:git-commit-graph[1] for more information.