Re: q: faster way to integrate/merge lots of topic branches?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Wednesday, July 23, 2008 - 7:02 am

* Andreas Ericsson <ae@op5.se> wrote:


hm, while i do love octopus merges [*] for release and bisection-quality 
purposes, for throw-away (delta-)integration runs it's more manageable 
to do a predictable series of one-on-one merges.

It results in better git-rerere behavior, has easier (to the human) 
conflict resolutions and the octopus merge also falls apart quite easily 
when it runs into conflicts. Furthermore, i've often seen octopus merges 
fail while a series of 1:1 merges succeeded.

What i could try is to do a speculative octopus merge, in the hope of it 
just going fine - and then fall back to the serial merge if it fails?

The git-fastmerge approach is probably still faster though - and 
certainly simpler from a workflow POV.

	Ingo

[*] take a look at these in the Linux kernel -git repo:

      gitk 3c1ca43fafea41e38cb2d0c1684119af4c1de547
      gitk 6924d1ab8b7bbe5ab416713f5701b3316b2df85b

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: q: faster way to integrate/merge lots of topic branches?, Andreas Ericsson, (Wed Jul 23, 6:40 am)
Re: q: faster way to integrate/merge lots of topic branches?, Ingo Molnar, (Wed Jul 23, 7:02 am)
Re: q: faster way to integrate/merge lots of topic branches?, Linus Torvalds, (Wed Jul 23, 10:59 am)
Re: q: faster way to integrate/merge lots of topic branches?, Junio C Hamano, (Wed Jul 23, 10:59 am)
Re: q: faster way to integrate/merge lots of topic branches?, Linus Torvalds, (Wed Jul 23, 11:04 am)
Re: q: faster way to integrate/merge lots of topic branches?, Linus Torvalds, (Wed Jul 23, 11:12 am)
Re: q: faster way to integrate/merge lots of topic branches?, Pierre Habouzit, (Wed Jul 23, 12:09 pm)
Re: q: faster way to integrate/merge lots of topic branches?, Pierre Habouzit, (Wed Jul 23, 1:27 pm)
Re: q: faster way to integrate/merge lots of topic branches?, Pierre Habouzit, (Wed Jul 23, 1:40 pm)