no_reschedule_failed_exec

Function no_reschedule_failed_exec 

Source
pub fn no_reschedule_failed_exec() -> FnOptionArg
Expand description

Automatically reschedule exec commands that failed. This only makes sense in interactive mode (or when an –exec option was provided). Even though this option applies once a rebase is started, it’s set for the whole rebase at the start based on either the rebase.rescheduleFailedExec configuration (see git-config(1) or “CONFIGURATION” below) or whether this option is provided. Otherwise an explicit –no-reschedule-failed-exec at the start would be overridden by the presence of rebase.rescheduleFailedExec=true configuration. –reschedule-failed-exec, –no-reschedule-failed-exec