about summary refs log tree commit diff
path: root/third_party/git/Documentation/config/commitgraph.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/config/commitgraph.txt')
-rw-r--r--third_party/git/Documentation/config/commitgraph.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/git/Documentation/config/commitgraph.txt b/third_party/git/Documentation/config/commitgraph.txt
deleted file mode 100644
index 4582c39fc4..0000000000
--- a/third_party/git/Documentation/config/commitgraph.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-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.