* -mm breaks and merging maintainer git trees with mainline
@ 2007-07-18 20:09 Steve French
2007-07-18 23:13 ` Daniel Drake
0 siblings, 1 reply; 2+ messages in thread
From: Steve French @ 2007-07-18 20:09 UTC (permalink / raw)
To: LKML
What is the currently recommended procedure for merging a maintainer
tree with mainline in order to reorder all of the fixes in the
maintainer tree, after the changes in the linux-2.6. tree (to make the
eventual merge from Linus easier)?
In this particular case, the
http://git.kernel.org/?p=linux/kernel/git/sfrench/cifs-2.6.git tree
has a few dozen changesets that are not in its parent yet (and the
cifs-2.6.git is at 2.6.22-rc5 level)
(http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git) but
mainline now has fixes which affect the same directory as the
maintainer tree maintains.
If I do a "git pull" from cifs-2.6.git tree that will pull in the
required changes from mainline but there will be cluttered merge
messages when Linus pulls cifs-2.6.git into his tree.
What is the current recommended way to handle this?
--
Thanks,
Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: -mm breaks and merging maintainer git trees with mainline
2007-07-18 20:09 -mm breaks and merging maintainer git trees with mainline Steve French
@ 2007-07-18 23:13 ` Daniel Drake
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Drake @ 2007-07-18 23:13 UTC (permalink / raw)
To: Steve French; +Cc: LKML
Steve French wrote:
> What is the currently recommended procedure for merging a maintainer
> tree with mainline in order to reorder all of the fixes in the
> maintainer tree, after the changes in the linux-2.6. tree (to make the
> eventual merge from Linus easier)?
>
> In this particular case, the
> http://git.kernel.org/?p=linux/kernel/git/sfrench/cifs-2.6.git tree
> has a few dozen changesets that are not in its parent yet (and the
> cifs-2.6.git is at 2.6.22-rc5 level)
> (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git) but
> mainline now has fixes which affect the same directory as the
> maintainer tree maintains.
I think you can do:
git checkout origin
git pull
git checkout master
git rebase origin
In general, people seem to keep "from-linus" branches which they never
modify. I guess they only ever pull linus into there, and then rebase
their customised branch-of-choice (master, in your case) on top of that
one in order to keep up-to-date.
Daniel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-18 23:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-18 20:09 -mm breaks and merging maintainer git trees with mainline Steve French
2007-07-18 23:13 ` Daniel Drake
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.