rebase: add a config option to default to --reschedule-failed-exec
[gitweb.git] / Documentation / git-rebase.txt
index dff17b31788fec085b91314b3b3328c689050628..174be5b1f0a4963cdb954df1b9cba7f01ed0b286 100644 (file)
@@ -501,6 +501,11 @@ See also INCOMPATIBLE OPTIONS below.
        with care: the final stash application after a successful
        rebase might result in non-trivial conflicts.
 
+--reschedule-failed-exec::
+--no-reschedule-failed-exec::
+       Automatically reschedule `exec` commands that failed. This only makes
+       sense in interactive mode (or when an `--exec` option was provided).
+
 INCOMPATIBLE OPTIONS
 --------------------