git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git rebase conflict help?
@ 2005-11-17 22:20 Kevin Geiss
  2005-11-17 23:21 ` Junio C Hamano
  2005-11-18  8:04 ` Franck Bui-Huu
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Geiss @ 2005-11-17 22:20 UTC (permalink / raw)
  To: git

I fetched my origin branch, then tried to run 'git rebase origin'.  
one of my commits from master which is not yet in origin got a  
conflict, so git rebase origin told me that the Simple cherry-pick  
failed, and the Automatic cherry-pick got conflicts. and it saved the  
commit message for me in .msg and my offending commit's id in .rebase- 
tmp32409.

I'm not sure how to proceed from here. actually, I know what the  
offending changes are, and I could re-do the changes by hand and  
commit them again, but I'd like to know what git tools I'm supposed  
to use in this case...

thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git rebase conflict help?
  2005-11-17 22:20 git rebase conflict help? Kevin Geiss
@ 2005-11-17 23:21 ` Junio C Hamano
  2005-11-18  8:04 ` Franck Bui-Huu
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2005-11-17 23:21 UTC (permalink / raw)
  To: Kevin Geiss; +Cc: git

Kevin Geiss <kevin@desertsol.com> writes:

> I fetched my origin branch, then tried to run 'git rebase origin'.  
> one of my commits from master which is not yet in origin got a  
> conflict, so git rebase origin told me that the Simple cherry-pick  
> failed, and the Automatic cherry-pick got conflicts. and it saved the  
> commit message for me in .msg and my offending commit's id in .rebase- 
> tmp32409.

Sorry, the tool support for this situation is very poor in the
original rebase code.

With the tool you have, you need to make sure that the working
tree matches the (halfway) rebased master's head, and run
"git-cherry-pick --replay $commit" on the offending commits
stored in .rebase-tmp$$, one by one.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git rebase conflict help?
  2005-11-17 22:20 git rebase conflict help? Kevin Geiss
  2005-11-17 23:21 ` Junio C Hamano
@ 2005-11-18  8:04 ` Franck Bui-Huu
  1 sibling, 0 replies; 3+ messages in thread
From: Franck Bui-Huu @ 2005-11-18  8:04 UTC (permalink / raw)
  To: Kevin Geiss; +Cc: git

Kevin Geiss wrote:

> I fetched my origin branch, then tried to run 'git rebase origin'.  
> one of my commits from master which is not yet in origin got a  
> conflict, so git rebase origin told me that the Simple cherry-pick  
> failed, and the Automatic cherry-pick got conflicts. and it saved the  
> commit message for me in .msg and my offending commit's id in .rebase- 
> tmp32409.
>
> I'm not sure how to proceed from here. actually, I know what the  
> offending changes are, and I could re-do the changes by hand and  
> commit them again, but I'd like to know what git tools I'm supposed  
> to use in this case...
>
You can take a look at this:
http://www.gelato.unsw.edu.au/archives/git/0508/7789.html

              Franck

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-18  8:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-17 22:20 git rebase conflict help? Kevin Geiss
2005-11-17 23:21 ` Junio C Hamano
2005-11-18  8:04 ` Franck Bui-Huu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).