From: Greg KH <greg@kroah.com>
To: Petr Baudis <pasky@suse.cz>
Cc: git@vger.kernel.org, kkeil@suse.de
Subject: Re: [Core GIT] Long-term cherrypicking
Date: Thu, 22 Sep 2005 01:31:42 -0700 [thread overview]
Message-ID: <20050922083142.GA6866@kroah.com> (raw)
In-Reply-To: <20050921164015.GC21971@pasky.or.cz>
On Wed, Sep 21, 2005 at 06:40:15PM +0200, Petr Baudis wrote:
> Hello,
>
> I've been working out some workflow possibilities with Karsten Keil at
> the SuSE Labs conference, and I'd like to see your opinions. His
> position does not seem unique at all, so I'm a bit surprised that noone
> solved this before, or at least I didn't find any documentation about
> this in the tutorial and howtos (or perhaps I missed it?).
>
> His situation is that he has some patches in the ISDN subsystem, a
> public repository, but sends the patches over e-mail to Linus. So he is
> something between the subsystem maintainer and individual developer in
> the categories listed out in the tutorial. What should be his merging
> strategy?
Not to use git for this.
Seriously, that's what I have switched to doing, and it's so much
easier. I use quilt to manage patches from the community, and Andrew
pulls them into to the -mm releases, and all users can test them. I
keep them up to date with the git snapshots, which handles the different
merge and fuzz issues very well.
Then, when it's time to merge with Linus, I pick and choose the patches
that I want to send off, create a git tree, add them to the tree, and
send them off.
It's ended up saving me a lot of time (I used to do what Karsten is
trying to do with bitkeeper, and it had the same issues that he is
running into) and would recommend this situation for anyone who wants to
keep patches from being merged immediatly (like he is trying to do.)
thanks,
greg k-h
next prev parent reply other threads:[~2005-09-22 8:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-21 16:40 [Core GIT] Long-term cherrypicking Petr Baudis
2005-09-21 20:57 ` Junio C Hamano
2005-09-21 22:19 ` Petr Baudis
2005-09-21 23:26 ` Junio C Hamano
2005-09-22 8:31 ` Greg KH [this message]
2005-09-22 9:53 ` Catalin Marinas
2005-09-22 9:58 ` Petr Baudis
2005-09-22 10:17 ` Catalin Marinas
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=20050922083142.GA6866@kroah.com \
--to=greg@kroah.com \
--cc=git@vger.kernel.org \
--cc=kkeil@suse.de \
--cc=pasky@suse.cz \
/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).