summaryrefslogtreecommitdiff
path: root/Documentation/config/commitgraph.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/commitgraph.txt')
-rw-r--r--Documentation/config/commitgraph.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config/commitgraph.txt b/Documentation/config/commitgraph.txt
new file mode 100644
index 0000000000..cff0797b54
--- /dev/null
+++ b/Documentation/config/commitgraph.txt
@@ -0,0 +1,4 @@
+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.