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 <cmd>] [--onto <newbase>] > [<upstream>] [<branch>] > or: git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] > --root [<branch>] > 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 >