git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git rebase -p doesn't understand -X
@ 2011-04-15 17:21 Marius Storm-Olsen
  2011-04-19  9:06 ` Martin von Zweigbergk
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Storm-Olsen @ 2011-04-15 17:21 UTC (permalink / raw)
  To: git

Hi,

I'm trying to rebase a rather large series of patches, which also 
contains a couple of merges which I'd like to recreate in the rebase, 
and for the other conflicts I'd like git to automatically choose 'ours'.

So, I run
     git rebase -p -X ours -X patience -X ignore-all-space --onto foo 
bar baz
and I get
     error: unknown switch `X'

Clearly this is because when you use the -p option, everything goes 
through the --interactive engine, instead of the normal procedure. I 
would still like to maintain that this is a bug, and that even though -p 
uses a different engine, to be able to recreate the merges, it should 
still be able to let me tune the overall merge strategy.

Is there any work around to allow me to achieve the same result?

Thanks!

-- 
.marius

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

end of thread, other threads:[~2011-04-20 23:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 17:21 git rebase -p doesn't understand -X Marius Storm-Olsen
2011-04-19  9:06 ` Martin von Zweigbergk
2011-04-20 23:40   ` Jonathan Nieder

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