diff options
author | Taylor Blau <me@ttaylorr.com> | 2020-09-18 04:59:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-18 19:39:22 +0200 |
commit | d356d5debe56b1e43b5ca674c662a08f25176f05 (patch) | |
tree | 03e69433cd878a92e5fa9f344a7b9c861cdf5a81 /Documentation/config/commitgraph.txt | |
parent | builtin/commit-graph.c: introduce '--max-new-filters=<n>' (diff) | |
download | git-d356d5debe56b1e43b5ca674c662a08f25176f05.tar.xz git-d356d5debe56b1e43b5ca674c662a08f25176f05.zip |
commit-graph: introduce 'commitGraph.maxNewFilters'
Introduce a configuration variable to specify a default value for the
recently-introduce '--max-new-filters' option of 'git commit-graph
write'.
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config/commitgraph.txt')
-rw-r--r-- | Documentation/config/commitgraph.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config/commitgraph.txt b/Documentation/config/commitgraph.txt index cff0797b54..4582c39fc4 100644 --- a/Documentation/config/commitgraph.txt +++ b/Documentation/config/commitgraph.txt @@ -1,3 +1,7 @@ +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 |