summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index 3725fb649..31b2bfb9a 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5831,6 +5831,15 @@ previous configurations and not show notes.</p></div>
<div class="paragraph"><p>will only show notes from <code>refs/notes/bar</code>.</p></div>
</dd>
<dt class="hdlist1">
+format.mboxrd
+</dt>
+<dd>
+<p>
+ A boolean value which enables the robust "mboxrd" format when
+ <code>--stdout</code> is in use to escape "^&gt;+From " lines.
+</p>
+</dd>
+<dt class="hdlist1">
filter.&lt;driver&gt;.clean
</dt>
<dd>
@@ -11184,6 +11193,17 @@ transfer.advertiseSID
</p>
</dd>
<dt class="hdlist1">
+transfer.bundleURI
+</dt>
+<dd>
+<p>
+ When <code>true</code>, local <code>git clone</code> commands will request bundle
+ information from the remote server (if advertised) and download
+ bundles before continuing the clone through the Git protocol.
+ Defaults to <code>false</code>.
+</p>
+</dd>
+<dt class="hdlist1">
uploadarchive.allowUnreachable
</dt>
<dd>