All of lore.kernel.org
 help / color / mirror / Atom feed
* flatten-merge history
@ 2014-10-25 12:31 Henning Moll
  2014-10-26  5:46 ` Christian Couder
  0 siblings, 1 reply; 7+ messages in thread
From: Henning Moll @ 2014-10-25 12:31 UTC (permalink / raw)
  To: git

Hi,

suppose the following history

     P - - - Q - - - - - R       <-extern

A -- - B - - - C - D - - - E   <-master
          \           \
           M ...       \         <-b1
                        \
                         W ...   <-b2


Note that master and extern do not have a common parent. Both histories 
are 'distinct', they do not share common files, so there can't be any 
merge conflicts. What i want to achieve is this history:

     P - - - Q - - - - - R       <-extern

A -P'- B'- Q'- C'- D'- R'- E'  <-master
          \           \
           M'...       \         <-b1
                        \
                         W'...   <-b2

The two histories should be merged in chronological order.
So while master reflects P-Q-R, b2 should only reflect P-Q and b1 should 
only reflect P.

All my current attempts (surgery with git replace or interactive rebase 
combined with merging) were not successfull.

Any ideas?

Best regards
Henning

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

end of thread, other threads:[~2014-10-27 18:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-25 12:31 flatten-merge history Henning Moll
2014-10-26  5:46 ` Christian Couder
2014-10-26 14:36   ` Henning Moll
2014-10-26 15:19     ` Andreas Schwab
2014-10-26 19:02       ` Christian Couder
2014-10-26 23:45         ` Henning Moll
2014-10-27 18:45           ` Andreas Schwab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.