Merge branch 'mt/worktree-error-message-fix'
[git] / Documentation / config / commitgraph.txt
1 commitGraph.maxNewFilters::
2         Specifies the default value for the `--max-new-filters` option of `git
3         commit-graph write` (c.f., linkgit:git-commit-graph[1]).
4
5 commitGraph.readChangedPaths::
6         If true, then git will use the changed-path Bloom filters in the
7         commit-graph file (if it exists, and they are present). Defaults to
8         true. See linkgit:git-commit-graph[1] for more information.