Derrick Stolee | 702110a | 2021-02-25 18:19:43 +0000 | [diff] [blame] | 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 | |
Taylor Blau | d356d5d | 2020-09-17 22:59:57 -0400 | [diff] [blame] | 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 | |
Taylor Blau | b66d847 | 2020-09-09 11:23:10 -0400 | [diff] [blame] | 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. |