summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-15 14:24:40 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-15 14:24:40 +0900
commitfa2a48b86c2f25f536c882f5cf012000e38315c3 (patch)
treefa99033a1dad567ae85b6ad3ea4627375adf217f /git-config.html
parent6c6b0e5a189ca5f922b8d1535d0795a34176a1a1 (diff)
downloadgit-htmldocs-fa2a48b86c2f25f536c882f5cf012000e38315c3.tar.gz
Autogenerated HTML docs for v2.23.0-715-g108b9
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html28
1 files changed, 27 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index 09989a803..5cf8c1f97 100644
--- a/git-config.html
+++ b/git-config.html
@@ -4749,6 +4749,19 @@ fetch.showForcedUpdates
</p>
</dd>
<dt class="hdlist1">
+fetch.parallel
+</dt>
+<dd>
+<p>
+ Specifies the maximal number of fetch operations to be run in parallel
+ at a time (submodules, or remotes when the <code>--multiple</code> option of
+ <a href="git-fetch.html">git-fetch(1)</a> is in effect).
+</p>
+<div class="paragraph"><p>A value of 0 will give some reasonable default. If unset, it defaults to 1.</p></div>
+<div class="paragraph"><p>For submodules, this setting can be overridden using the <code>submodule.fetchJobs</code>
+config setting.</p></div>
+</dd>
+<dt class="hdlist1">
fetch.writeCommitGraph
</dt>
<dd>
@@ -8984,7 +8997,9 @@ trace2.eventTarget
</li>
<li>
<p>
-<code>&lt;absolute-pathname&gt;</code> - Writes to the file in append mode.
+<code>&lt;absolute-pathname&gt;</code> - Writes to the file in append mode. If the target
+already exists and is a directory, the traces will be written to files (one
+per process) underneath the given directory.
</p>
</li>
<li>
@@ -9065,6 +9080,17 @@ trace2.destinationDebug
</p>
</dd>
<dt class="hdlist1">
+trace2.maxFiles
+</dt>
+<dd>
+<p>
+ Integer. When writing trace files to a target directory, do not
+ write additional traces if we would exceed this many files. Instead,
+ write a sentinel file that will block further tracing to this
+ directory. Defaults to 0, which disables this check.
+</p>
+</dd>
+<dt class="hdlist1">
transfer.fsckObjects
</dt>
<dd>