Merge branch 'rr/rebase-autostash-fix'
* rr/rebase-autostash-fix: rebase -i: test "Nothing to do" case with autostash rebase -i: handle "Nothing to do" case with autostash
This commit is contained in:
@ -1049,14 +1049,14 @@ fi
|
||||
|
||||
|
||||
has_action "$todo" ||
|
||||
die_abort "Nothing to do"
|
||||
return 2
|
||||
|
||||
cp "$todo" "$todo".backup
|
||||
git_sequence_editor "$todo" ||
|
||||
die_abort "Could not execute editor"
|
||||
|
||||
has_action "$todo" ||
|
||||
die_abort "Nothing to do"
|
||||
return 2
|
||||
|
||||
expand_todo_ids
|
||||
|
||||
|
Reference in New Issue
Block a user