From: David Miller <davem@davemloft.net>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: pull request: wireless-next-2.6 2009-12-30
Date: Wed, 30 Dec 2009 13:56:25 -0800 (PST) [thread overview]
Message-ID: <20091230.135625.193704457.davem@davemloft.net> (raw)
In-Reply-To: <20091230211024.GA6706@tuxdriver.com>
From: "John W. Linville" <linville@tuxdriver.com>
Date: Wed, 30 Dec 2009 16:10:25 -0500
> I had to pull wireless-2.6 into wireless-next-2.6 in order to resolve
> a conflict in the libertas driver. Since wireless-next-2.6 was cloned
> from net-next-2.6 at a point before it was reopened for 2.6.34, the
> pull of wireless-2.6 (which is cloned from a net-2.6 from the same
> period) brought along some non-wireless bits that were not already
> in wireless-next-2.6. However, I did check and made sure that those
> bits are already present in net-next-2.6. Anyway, my point is that
> I don't have enough git foo to easily generate a pull request that
> represents the actual state of affairs without rebasing or doing some
> other messy thing. I think/hope this is another one-time transition
> pain with the new wireless tree management policies...
All you have to do is set your origin correctly. And then
generate your pull requests relative to that.
Your origin should be net-next-2.6 So if it's there in your
.git/config file all you have to do is "git request-pull origin ..."
If you're merging between wireless-2.6 and wireless-next-2.6
that's perfect. It actually saves me work. I'll figure things
out when I pull in your changes.
Most of your workflow (like mine) should be:
1) git fetch origin
2) git request-pull origin ...
If there are major net-next-2.6 conflicts to resolve (you can
determine this via "git checkout -b merge-test origin; git pull
master") then simply "git pull origin" into your master.
Then you simply let me know you did this, and it was to resolve
a major conflict with the net-next-2.6 origin.
> So, the net of the garbled paragraph above is that despite the messy
> report generatd by 'git request-pull' below, when you pull from
> wireless-next-2.6 into net-next-2.6 you will only get actual wireless
> changes! I hope you can overlook the apparent discrepencies in the
> report below and rely on the actual pull results instead. :-)
It looks good from here so far. I'll run some build tests and
then push this out. That'll take a while since I'm about to head
out, so don't expect it for a few hours.
prev parent reply other threads:[~2009-12-30 21:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-30 21:10 pull request: wireless-next-2.6 2009-12-30 John W. Linville
2009-12-30 21:56 ` David Miller [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=20091230.135625.193704457.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).