git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to manage merges from one line while excluding its merges from another
@ 2010-06-25 22:26 Lane Brooks
  2010-06-26  0:03 ` Jonathan Nieder
  0 siblings, 1 reply; 4+ messages in thread
From: Lane Brooks @ 2010-06-25 22:26 UTC (permalink / raw)
  To: Git List

I have a tree like this:

      G---H---I---J---K   devel
     /       /       /
A---B---C---D---E---F    main
         \
          L---M---N---O   my


The 'my' branch forked off the 'main' line and for reasons out of my 
control cannot merge the 'main' changes (D,E,F) back.

The 'devel' line is a another line that I need to track and merge from, 
but I only want the changes local to that branch that are not on from 
the mainline. i.e., I only want commits G,H,J.

I want to continue to merge from the devel line as additional commits
are made that are not on the main branch, but I do not want any of the 
future merge commits.

Is there an automated way to do this or do I have to cherry pick 
everything by hand?

Thanks,
Lane

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

end of thread, other threads:[~2010-06-26  0:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25 22:26 How to manage merges from one line while excluding its merges from another Lane Brooks
2010-06-26  0:03 ` Jonathan Nieder
2010-06-26  0:35   ` Lane Brooks
2010-06-26  0:51     ` 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).