The second batch
[alt-git.git] / Documentation / config / commitgraph.txt
blob30604e4a4c296783f55dd3644d866b8775796db2
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.
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]).
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.