From: Matt Graham <mdg149@gmail.com>
To: PaV <pav@aster.pl>
Cc: git@vger.kernel.org
Subject: Re: Git setup for kernel in-house development + mainstream submissions?
Date: Mon, 2 Feb 2009 23:13:04 -0500 [thread overview]
Message-ID: <1c5969370902022013l7c0b3619ue1de39c6d8a13563@mail.gmail.com> (raw)
In-Reply-To: <49861363.1000104@aster.pl>
On Sun, Feb 1, 2009 at 16:25, PaV <pav@aster.pl> wrote:
> I would like to kindly ask for suggestions how to setup and use git in a
> company that performs in-house kernel development (drivers mostly) for
> its own devices and would like to occasionaly submit patches for mainstream.
>
> 4) a simple way to select changes (which may be as small as only parts
> of any of the drivers), format them and submit for upstream merge.
> Preferably, if possible, prepare those series of patches and store them
> for later use (immediate submission might not be possible and might not
> be done at all).
>
> (4) - now this is hard.
> The main problems are how to create, how to diff and how to manage those
> patches (stgit?) and what to do when mainstream gets updated, etc...
When you decide what to prepare for an upstream merge, it sounds like
what you'd want to do is make a new "upstream" branch and cherry pick
the changes you want onto it. You can use git cherry-pick -n to clean
them up or squash them together if necessary.
prev parent reply other threads:[~2009-02-03 4:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-01 21:25 Git setup for kernel in-house development + mainstream submissions? PaV
2009-02-02 7:26 ` Johannes Gilger
2009-02-03 4:13 ` Matt Graham [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=1c5969370902022013l7c0b3619ue1de39c6d8a13563@mail.gmail.com \
--to=mdg149@gmail.com \
--cc=git@vger.kernel.org \
--cc=pav@aster.pl \
/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).