summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-26 18:15:03 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-26 18:15:03 -0700
commit1291d1a1ed65a3d56c1c3dae7e3d1770eeba618c (patch)
treef226feddd6d36e361726b8e4de69d41eab341d28 /git-config.html
parent357906b72afda4a1350f2cda79d502d04e2a5f3a (diff)
downloadgit-htmldocs-1291d1a1ed65a3d56c1c3dae7e3d1770eeba618c.tar.gz
Autogenerated HTML docs for v2.26.0-103-g3bab5
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html18
1 files changed, 6 insertions, 12 deletions
diff --git a/git-config.html b/git-config.html
index ac0bd6886..c5dc28d3b 100644
--- a/git-config.html
+++ b/git-config.html
@@ -8957,18 +8957,12 @@ stash.useBuiltin
</dt>
<dd>
<p>
- Set to <code>false</code> to use the legacy shell script implementation of
- <a href="git-stash.html">git-stash(1)</a>. Is <code>true</code> by default, which means use
- the built-in rewrite of it in C.
-</p>
-<div class="paragraph"><p>The C rewrite is first included with Git version 2.22 (and Git for Windows
-version 2.19). This option serves as an escape hatch to re-enable the
-legacy version in case any bugs are found in the rewrite. This option and
-the shell script version of <a href="git-stash.html">git-stash(1)</a> will be removed in some
-future release.</p></div>
-<div class="paragraph"><p>If you find some reason to set this option to <code>false</code>, other than
-one-off testing, you should report the behavior difference as a bug in
-Git (see <a href="https://git-scm.com/community">https://git-scm.com/community</a> for details).</p></div>
+ Unused configuration variable. Used in Git versions 2.22 to
+ 2.26 as an escape hatch to enable the legacy shellscript
+ implementation of stash. Now the built-in rewrite of it in C
+ is always used. Setting this will emit a warning, to alert any
+ remaining users that setting this now does nothing.
+</p>
</dd>
<dt class="hdlist1">
stash.showPatch