On Thursday 23 November 2006 00:26, Alan Chandler wrote:
I have now got to a point where the following error occurs during a rebase.
fatal: empty ident [off-list ref] not allowed
Commit failed, please do not call "git commit"
directly, but instead do one of the following:
I had run
git rebase --merge --onto b1 b2 b3
I aborted it and ran
git rebase --onto b1 b2 b3
and it works!
--
Alan Chandler