git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* problem with git rebase -i
@ 2008-02-11 13:44 Uwe Kleine-König
  2008-02-13  8:10 ` Uwe Kleine-König
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Kleine-König @ 2008-02-11 13:44 UTC (permalink / raw)
  To: git

Hello,

I tried to rebase my work (on the Linux kernel) to current Linus'
master.  As I have two branches I merged them and ran:

	git rebase -i -p v2.6.25-rc1

But then the list I got in my editor didn't include the merge and so the
result was broken.

If I add

	pick 913183f

(with 913183f being my HEAD) to the list, the result is correct.

The reason that my merge is missing is that git rev-list thinks my
merge is the same as 249d621 and so skips that as it uses --cherry-pick.

Currently I cannot reproduce that with a simple testcase.
I don't want to publish my tree now, but I can provide a bundle if
someone wants to look into that.

Best regards
Uwe

-- 
Uwe Kleine-König, Software Engineer
Digi International GmbH Branch Breisach, Küferstrasse 8, 79206 Breisach, Germany
Tax: 315/5781/0242 / VAT: DE153662976 / Reg. Amtsgericht Dortmund HRB 13962

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

end of thread, other threads:[~2008-02-13 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-11 13:44 problem with git rebase -i Uwe Kleine-König
2008-02-13  8:10 ` Uwe Kleine-König
2008-02-13  9:29   ` Uwe Kleine-König
2008-02-13 10:10     ` [PATCH] new test: rev-list --cherry-pick excludes an empty commit against a superseding merge Uwe Kleine-König

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