From: William Hubbs <williamh@gentoo.org>
To: gentoo-catalyst@lists.gentoo.org
Subject: Re: [gentoo-catalyst] master rebase of catalyst 2
Date: Sun, 26 Jun 2011 03:45:07 -0500 [thread overview]
Message-ID: <20110626084507.GA7614@linux1> (raw)
In-Reply-To: <20110626075619.GA7226@linux1>
[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]
All, it is safe to forget about the branch I was talking about with over
100 commits on it. Git has some tools which can help us figure out which
commits need to go to master from catalyst_2.
First, make sure your repository is up to date.
Once that is done, one thing you can do is look at the commits on
catalyst_2 by exporting them to patches.
To do this, check out the catalyst_2 branch and run this command:
git format-patch master
That will turn all of the commits on catalyst_2 into patches and save
them in your current directory.
It is also possible to let git tell you which commits it thinks are
already on master by running this command while you are on the catalyst_2 branch.
git cherry master
This produces a list of commit hashes preceeded by '+' or '-'. In this
example, the commits that start with '+' are the ones git thinks are
NOT in the master branch.
At that point it will be a matter of looking at each commit manually,
deciding if it needs to be ported to master and making the appropriate
change on master as well.
Do you have any thoughts about how we can go about forward porting these
changes from catalyst_2 to master?
Thanks,
William
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
prev parent reply other threads:[~2011-06-26 8:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-26 5:03 [gentoo-catalyst] master rebase of catalyst 2 William Hubbs
2011-06-26 6:26 ` Sebastian Pipping
2011-06-26 7:56 ` William Hubbs
2011-06-26 8:45 ` William Hubbs [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110626084507.GA7614@linux1 \
--to=williamh@gentoo.org \
--cc=gentoo-catalyst@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox