rebase: remove the rebase.useBuiltin setting
[gitweb.git] / Documentation / config / rebase.txt
index 42e1ba757564e3ccff6da48895a06a65e03fa524..d98e32d812e76f24f6eca49e32af910b1ddd0967 100644 (file)
@@ -1,3 +1,10 @@
+rebase.useBuiltin::
+       Unused configuration variable. Used in Git versions 2.20 and
+       2.21 as an escape hatch to enable the legacy shellscript
+       implementation of rebase. 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.
+
 rebase.stat::
        Whether to show a diffstat of what changed upstream since the last
        rebase. False by default.
@@ -50,3 +57,8 @@ instead of:
 -------------------------------------------
 +
 Defaults to false.
+
+rebase.rescheduleFailedExec::
+       Automatically reschedule `exec` commands that failed. This only makes
+       sense in interactive mode (or when an `--exec` option was provided).
+       This is the same as specifying the `--reschedule-failed-exec` option.