summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-19 18:01:19 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-19 18:01:19 +0900
commit56d696ee5be4d6ce871726df6e396c76eedcccf0 (patch)
tree5fdbf981967be28ae958f476b0b6d9b4343fd146 /git-config.html
parent792b6092433e1d94ae2e4b9e83a333bf2d0425a2 (diff)
downloadgit-htmldocs-56d696ee5be4d6ce871726df6e396c76eedcccf0.tar.gz
Autogenerated HTML docs for v2.22.0-rc1
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index b48091c96..397fa5471 100644
--- a/git-config.html
+++ b/git-config.html
@@ -8494,6 +8494,24 @@ status.submoduleSummary
</p>
</dd>
<dt class="hdlist1">
+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 an 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>
+</dd>
+<dt class="hdlist1">
stash.showPatch
</dt>
<dd>