Re: [PATCH v2 00/31] refactor rebase
From: Martin von Zweigbergk <hidden>
Date: 2016-06-15 22:50:35
On Wed, 16 Feb 2011, Johannes Sixt wrote:
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.
Sorry about that :-(. That must of course be because I removed the OPTIONS_SPEC from git-rebase--interactive.sh. Sounds like I should add it back in git-rebase.sh. Can someone explain what the OPTIONS_KEEPDASHDASH is for? Should I add that as well?
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.
Makes sense. If others agree, I will add that as well. /Martin