summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-29 14:51:22 -0700
committerJunio C Hamano <gitster@pobox.com>2020-09-29 14:51:22 -0700
commit5880aee0090d327fd8b4672385782ce15228f3a4 (patch)
treef06ea2dbdbd51109ebf7743f7895c92898a19bec /git-config.html
parentc562f6d6447ae8aaa1066a8f3872de759638a6bc (diff)
downloadgit-htmldocs-5880aee0090d327fd8b4672385782ce15228f3a4.tar.gz
Autogenerated HTML docs for v2.28.0-651-g306ee
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html29
1 files changed, 20 insertions, 9 deletions
diff --git a/git-config.html b/git-config.html
index b8a47343a..ab04fe20b 100644
--- a/git-config.html
+++ b/git-config.html
@@ -3944,6 +3944,25 @@ commit.verbose
</p>
</dd>
<dt class="hdlist1">
+commitGraph.maxNewFilters
+</dt>
+<dd>
+<p>
+ Specifies the default value for the <code>--max-new-filters</code> option of <code>git
+ commit-graph write</code> (c.f., <a href="git-commit-graph.html">git-commit-graph(1)</a>).
+</p>
+</dd>
+<dt class="hdlist1">
+commitGraph.readChangedPaths
+</dt>
+<dd>
+<p>
+ 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 <a href="git-commit-graph.html">git-commit-graph(1)</a> for more information.
+</p>
+</dd>
+<dt class="hdlist1">
credential.helper
</dt>
<dd>
@@ -4602,13 +4621,6 @@ feature.experimental
skipping more commits at a time, reducing the number of round trips.
</p>
</li>
-<li>
-<p>
-<code>protocol.version=2</code> speeds up fetches from repositories with many refs by
-allowing the client to specify which refs to list before the server lists
-them.
-</p>
-</li>
</ul></div>
</dd>
<dt class="hdlist1">
@@ -7657,8 +7669,7 @@ protocol.version
If set, clients will attempt to communicate with a server
using the specified protocol version. If the server does
not support it, communication falls back to version 0.
- If unset, the default is <code>0</code>, unless <code>feature.experimental</code>
- is enabled, in which case the default is <code>2</code>.
+ If unset, the default is <code>2</code>.
Supported versions:
</p>
<div class="openblock">