commit-graph: don't pass filename to load_commit_graph_one_fd_st()
[gitweb.git] / builtin / rebase--interactive.c
index 6895322d613afcf3cebb0ded610c45ab343ef688..888390f9114321a489f8210659487ef2d2897fae 100644 (file)
@@ -194,6 +194,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()
        };