summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-02 14:51:31 -0700
committerJunio C Hamano <gitster@pobox.com>2020-06-02 14:51:31 -0700
commit3ef9e6768d632ffc1a3da0561187482e2bd16263 (patch)
treeee73e836b74e9c257f5eea1ea8e9849c8b91b2cc /git-config.html
parent23baf5643507b41ab60afd6904db41e239dc9594 (diff)
downloadgit-htmldocs-3ef9e6768d632ffc1a3da0561187482e2bd16263.tar.gz
Autogenerated HTML docs for v2.27.0-22-g20514
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index b6a73af99..c5a4bbd6e 100644
--- a/git-config.html
+++ b/git-config.html
@@ -4227,6 +4227,15 @@ diff.noprefix
</p>
</dd>
<dt class="hdlist1">
+diff.relative
+</dt>
+<dd>
+<p>
+ If set to <em>true</em>, <em>git diff</em> does not show changes outside of the directory
+ and show pathnames relative to the current directory.
+</p>
+</dd>
+<dt class="hdlist1">
diff.orderFile
</dt>
<dd>
@@ -4686,6 +4695,13 @@ of many Git commands, including <code>git merge-base</code>, <code>git push -f</
<code>git log --graph</code>.
</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">
@@ -7760,7 +7776,8 @@ 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>.
+ If unset, the default is <code>0</code>, unless <code>feature.experimental</code>
+ is enabled, in which case the default is <code>2</code>.
Supported versions:
</p>
<div class="openblock">