git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Why doesn't git rebase --interactive --preserve-merges continue past known conflicts?
@ 2010-12-31 19:30 David D. Kilzer
  2011-01-02  1:20 ` [RFC PATCH] " David D. Kilzer
  0 siblings, 1 reply; 2+ messages in thread
From: David D. Kilzer @ 2010-12-31 19:30 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

When I run "git rebase --interactive --preserve-merges" on a sequence of 
commits, edit an earlier commit, then run "git rebase --continue", the rebase 
operation always stops on a merge commit with a known conflict (in the rr-cache) 
instead of resolving it and continuing.

As long as I'm not rearranging commits, I expect git-rebase to resolve the known 
merge commit conflict and continue.  Why does it always stop?

I've attached a simple test case that demonstrates this behavior.

Dave

[-- Attachment #2: t3404-rebase-interactive-preserve-merges.sh --]
[-- Type: application/x-sh, Size: 736 bytes --]

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

end of thread, other threads:[~2011-01-02  1:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-31 19:30 Why doesn't git rebase --interactive --preserve-merges continue past known conflicts? David D. Kilzer
2011-01-02  1:20 ` [RFC PATCH] " David D. Kilzer

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