summaryrefslogtreecommitdiffstats
path: root/git-config.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-config.html
parent06ce83b0f83d238e1676b4adb708f142ab2f9cab (diff)
downloadgit-htmldocs-69bb2b541d6b878a1bf72199f90b2e5dba140a56.tar.gz
Autogenerated HTML docs for v2.20.0-rc0
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html29
1 files changed, 17 insertions, 12 deletions
diff --git a/git-config.html b/git-config.html
index ca6b49e60..13c959a63 100644
--- a/git-config.html
+++ b/git-config.html
@@ -2862,18 +2862,6 @@ core.abbrev
</p>
</dd>
<dt class="hdlist1">
-extensions.worktreeConfig
-</dt>
-<dd>
-<p>
- If set, by default "git config" reads from both "config" and
- "config.worktree" file from GIT_DIR in that order. In
- multiple working directory mode, "config" file is shared while
- "config.worktree" is per-working directory (i.e., it&#8217;s in
- GIT_COMMON_DIR/worktrees/&lt;id&gt;/config.worktree)
-</p>
-</dd>
-<dt class="hdlist1">
add.ignoreErrors
</dt>
<dt class="hdlist1">
@@ -7412,6 +7400,23 @@ push.recurseSubmodules
</p>
</dd>
<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>