summaryrefslogtreecommitdiffstats
path: root/git-rebase.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-18 21:44:26 +0900
committerJunio C Hamano <gitster@pobox.com>2018-11-18 21:44:26 +0900
commit69bb2b541d6b878a1bf72199f90b2e5dba140a56 (patch)
tree99cafeef63a6ff03379d08391072bf41fccb21e6 /git-rebase.html
parent06ce83b0f83d238e1676b4adb708f142ab2f9cab (diff)
downloadgit-htmldocs-69bb2b541d6b878a1bf72199f90b2e5dba140a56.tar.gz
Autogenerated HTML docs for v2.20.0-rc0
Diffstat (limited to 'git-rebase.html')
-rw-r--r--git-rebase.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/git-rebase.html b/git-rebase.html
index 1f7b8a1f1..7da35634c 100644
--- a/git-rebase.html
+++ b/git-rebase.html
@@ -932,6 +932,23 @@ desired resolution, you can continue the rebasing process with</p></div>
<div class="sectionbody">
<div class="dlist"><dl>
<dt class="hdlist1">
+rebase.useBuiltin
+</dt>
+<dd>
+<p>
+ Set to <code>false</code> to use the legacy shellscript implementation of
+ <a href="git-rebase.html">git-rebase(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.20. 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 shellscript version
+of <a href="git-rebase.html">git-rebase(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.</p></div>
+</dd>
+<dt class="hdlist1">
rebase.stat
</dt>
<dd>