Re: Regression: rebase -C1 fails in master

2018-11-13 Thread Johannes Schindelin
Hi Phillip, On Mon, 12 Nov 2018, Phillip Wood wrote: > I've just tried running > > bin-wrappers/git rebase -C1 @^ > > and I get > > error: unknown switch `1' Darn. I think this is the same problem as the `-S` switch problem, but in reverse: the built-in rebase used to require an argument for

Regression: rebase -C1 fails in master

2018-11-12 Thread Phillip Wood
I've just tried running bin-wrappers/git rebase -C1 @^ and I get error: unknown switch `1' usage: git rebase [-i] [options] [--exec ] [--onto ] [] [] or: git rebase [-i] [options] [--exec ] [--onto ] --root [] or: git rebase --continue | --abort | --skip | --edit-todo ...