diff options
Diffstat (limited to 'third_party/git/Documentation/config/commitgraph.txt')
-rw-r--r-- | third_party/git/Documentation/config/commitgraph.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/git/Documentation/config/commitgraph.txt b/third_party/git/Documentation/config/commitgraph.txt new file mode 100644 index 000000000000..4582c39fc462 --- /dev/null +++ b/third_party/git/Documentation/config/commitgraph.txt @@ -0,0 +1,8 @@ +commitGraph.maxNewFilters:: + Specifies the default value for the `--max-new-filters` option of `git + commit-graph write` (c.f., linkgit:git-commit-graph[1]). + +commitGraph.readChangedPaths:: + If true, then git will use the changed-path Bloom filters in the + commit-graph file (if it exists, and they are present). Defaults to + true. See linkgit:git-commit-graph[1] for more information. |