blob: 30604e4a4c296783f55dd3644d866b8775796db2 [file] [log] [blame]
Derrick Stolee702110a2021-02-25 18:19:43 +00001commitGraph.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
Taylor Blaud356d5d2020-09-17 22:59:57 -04007commitGraph.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
Taylor Blaub66d8472020-09-09 11:23:10 -040011commitGraph.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.