rebase fails but not sure why

3 messages, 2 authors, 2016-08-11 · open the first message on its own page

rebase fails but not sure why

From: Alan Chandler <hidden>
Date: 2016-08-11 20:12:32

I have been doing repeated rebase on my repository to try and separate out 
mixed streams of development into separate branches.

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:

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

but I am not sure how to solve issue.

git status shows a number of files waiting to be commited, but no unmerged 
files. but git rebase --continue just pumps out the same error message.


-- 
Alan Chandler

Re: rebase fails but not sure why

From: Jeff King <hidden>
Date: 2016-08-11 20:00:49

On Thu, Nov 23, 2006 at 12:26:58AM +0000, 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:
It should be pulling that identity from the old commit (using git-commit
-C). Do you have a commit object with a blank author or committer name
(which shouldn't have been allowed in the first place, but you never
know)? Try running git-log on the range of commits being rebased.

Re: rebase fails but not sure why

From: Alan Chandler <hidden>
Date: 2016-08-11 20:30:46

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help