summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-10 15:15:09 -0800
committerJunio C Hamano <gitster@pobox.com>2019-12-10 15:15:09 -0800
commitb48968522932c1f3142591d9f2a3421833de78af (patch)
tree648febe954b673570a636b2b19ac76b570cb67c2 /git-config.html
parent59e8824741436987ea088ff1f3c7c82d6fe48fc9 (diff)
downloadgit-htmldocs-b48968522932c1f3142591d9f2a3421833de78af.tar.gz
Autogenerated HTML docs for v2.24.1-485-gad05a
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index c2c85fb1e..fd1f8dca0 100644
--- a/git-config.html
+++ b/git-config.html
@@ -2042,6 +2042,9 @@ nestedTag
<dd>
<p>
Advice shown if a user attempts to recursively tag a tag object.
+ submoduleAlternateErrorStrategyDie:
+ Advice shown when a submodule.alternateErrorStrategy option
+ configured to "die" causes a fatal error.
</p>
</dd>
</dl></div>
@@ -2846,6 +2849,17 @@ core.unsetenvvars
</p>
</dd>
<dt class="hdlist1">
+core.restrictinheritedhandles
+</dt>
+<dd>
+<p>
+ Windows-only: override whether spawned processes inherit only standard
+ file handles (<code>stdin</code>, <code>stdout</code> and <code>stderr</code>) or all handles. Can be
+ <code>auto</code>, <code>true</code> or <code>false</code>. Defaults to <code>auto</code>, which means <code>true</code> on
+ Windows 7 and later, and <code>false</code> on older Windows versions.
+</p>
+</dd>
+<dt class="hdlist1">
core.createObject
</dt>
<dd>
@@ -8916,7 +8930,9 @@ submodule.alternateErrorStrategy
<p>
Specifies how to treat errors with the alternates for a submodule
as computed via <code>submodule.alternateLocation</code>. Possible values are
- <code>ignore</code>, <code>info</code>, <code>die</code>. Default is <code>die</code>.
+ <code>ignore</code>, <code>info</code>, <code>die</code>. Default is <code>die</code>. Note that if set to <code>ignore</code>
+ or <code>info</code>, and if there is an error with the computed alternate, the
+ clone proceeds as if no alternate was specified.
</p>
</dd>
<dt class="hdlist1">