There's one annoying regression with this series: It does not accept
abbreviated options anymore. In particular, 'git rebase --cont' is now an
error. I use this a lot since I don't have command completion. This used
to work (only) with interactive rebase.
And a side note: the error message is -- during a rebase that stopped at
an 'edit' instruction:
$ git rebase --cont
Usage: git rebase [--interactive | -i] [-v] [--force-rebase | -f]
[--no-ff] [--onto <newbase>] [<upstream>|--root] [<branch>] [--quiet | -q]
It nowhere mentions --continue, --skip, --abort etc. That's perhaps worth
fixing.
-- Hannes