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 `-S` (it
should be optional, fixed in the meantime), but `-C` also has an optional
argument.

Let me see whether I can fix this quickly.

Ciao,
Dscho

> usage: git rebase [-i] [options] [--exec ] [--onto ]
> [] []
>or: git rebase [-i] [options] [--exec ] [--onto ]
> --root []
>or: git rebase --continue | --abort | --skip | --edit-todo
> ...
> 
> bin-wrappers/git --version gives
> git version 2.19.1.856.g8858448bb4
> 
> Unfortunately I've not got time it investigate properly at the moment.
> 
> Best Wishes
> 
> Phillip
> 


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
...

bin-wrappers/git --version gives
git version 2.19.1.856.g8858448bb4

Unfortunately I've not got time it investigate properly at the moment.

Best Wishes

Phillip