On Wed, Mar 06, 2019 at 03:14:11PM +0100, Johannes Schindelin wrote: > Hi Stefan, > > just wanted to express my gratitude for your idea to introduce the `break` > command in `git rebase -i`'s todo list. I use it *all* the time now. +1. Before that, I was using `x bash`, and ended up doing `git rebase --continue` in that shell in many cases, which didn't end up so well when I terminated said shell (just an error message, though, nothing actually broke as a consequence). This feature is a blessing. Mike