2016-09-06 20:08 GMT+02:00 Ralf Thielow <ralf.thielow@xxxxxxxxx>: > - warn "$(gettext "You can fix this with 'git rebase --edit-todo'.")" > + warn "$(gettext "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --continue'.")" > die "$(gettext "Or you can abort the rebase with 'git rebase --abort'.")" Please don't apply as is. There are some test failures due to the text change. I'll send an updated version.