Gentoo Archives: gentoo-catalyst

From: Sebastian Pipping <sping@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] rfc: merging catalyst git branches
Date: Mon, 25 Jun 2012 00:02:34
Message-Id: 4FE7A3C2.8010408@gentoo.org
In Reply to: Re: [gentoo-catalyst] rfc: merging catalyst git branches by Sebastian Pipping
1 On 12/10/2011 11:15 PM, Sebastian Pipping wrote:
2 > [T]he full run on my shell:
3 >
4 > # git branch catalyst_3 master
5 >
6 > # git checkout master
7 >
8 > # git merge $(git commit-tree catalyst_2^{tree} \
9 > -p catalyst_2 -p master \
10 > <<<"Replace content on master with content from catalyst_2")
11 >
12 > # git push origin master
13 >
14 > # git push origin catalyst_3
15 >
16 >
17 > Results is:
18 >
19 > - 2.x content on branch master (and catalyst_2)
20 >
21 > - 3.x content on branch catalyst_3
22
23 This procedure above is still left to do. Any objections?
24 With no objections, I will go forward on next monday (2012-07-02).
25
26 Best,
27
28
29
30 Sebastian

Replies

Subject Author
Re: [gentoo-catalyst] rfc: merging catalyst git branches Matt Turner <mattst88@g.o>