]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/rebase--interactive.c
rebase: introduce --reschedule-failed-exec
[thirdparty/git.git] / builtin / rebase--interactive.c
index a2ab68ed063224be123a3f5e8831afdc3ed649a0..a9ab009fdbca550fca92ba036a9e25cfc677fc57 100644 (file)
@@ -192,6 +192,8 @@ int cmd_rebase__interactive(int argc, const char **argv, const char *prefix)
                OPT_STRING(0, "onto-name", &onto_name, N_("onto-name"), N_("onto name")),
                OPT_STRING(0, "cmd", &cmd, N_("cmd"), N_("the command to run")),
                OPT_RERERE_AUTOUPDATE(&opts.allow_rerere_auto),
+               OPT_BOOL(0, "reschedule-failed-exec", &opts.reschedule_failed_exec,
+                        N_("automatically re-schedule any `exec` that fails")),
                OPT_END()
        };