From: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
To: Greg KH <greg@kroah.com>
Cc: Chuck Ebbert <76306.1226@compuserve.com>,
Pavel Machek <pavel@suse.cz>, Josh Boyer <jwboyer@gmail.com>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Adrian Bunk is now taking over the 2.6.16-stable branch
Date: Thu, 10 Aug 2006 01:20:30 +0200 [thread overview]
Message-ID: <44DA6DBE.6040907@lsrfire.ath.cx> (raw)
In-Reply-To: <20060809221854.GA15395@kroah.com>
Greg KH schrieb:
> On Thu, Aug 10, 2006 at 12:00:49AM +0200, Adrian Bunk wrote:
>> On Wed, Aug 09, 2006 at 05:45:53PM -0400, Chuck Ebbert wrote:
>>> Umm, is there some place we can check to see what you've applied?
>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git
>
> No, I would not use the main git tree to queue patches up. What happens
> when you want to rip the middle one out because in review it turns out
> that it is incorrect?
You can have multiple branches in one git repository. E.g. git's own
repository has a "master" branch containing all committed changes, a
"next" branch which is similar to a release candidate and is regularly
merged back into "master" if ready, and a "pu" branch which contains the
more experimental stuff. The latter doesn't even have a continuous history.
And it has other branches containing different stuff, e.g. "man" is a
special branch containing the generated manpages. You could also have
topic branches or one branch per submitter, or whatever.
> Please use a quilt tree of patches instead, and then only commit the
> patches when you do a release. It's much simpler that way.
There's even a quilt clone based on git (http://www.procode.org/stgit/).
I have never used it, though, so I can't comment on it.
That said, it's a good idea to keep the master branch continuous, i.e.
never delete it or reset it to some previous commit. So, as you
suggest, have a staging area for patches and only commit the good ones
to your master branch. You can use a branch in the same repo as staging
area, though.
You can do quite a lot of different things with just one git repository.
:-D
René
next prev parent reply other threads:[~2006-08-09 23:20 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-09 21:45 Adrian Bunk is now taking over the 2.6.16-stable branch Chuck Ebbert
2006-08-09 22:00 ` Adrian Bunk
2006-08-09 22:18 ` Greg KH
2006-08-09 22:45 ` Adrian Bunk
2006-08-09 22:53 ` Greg KH
2006-08-09 23:05 ` Chris Wright
2006-08-09 23:20 ` Rene Scharfe [this message]
2006-08-10 11:57 ` Stefan Richter
2006-08-10 16:43 ` [PATCH 2.6.16.27] Fix broken suspend/resume in ohci1394 Stefan Richter
2006-08-10 16:45 ` [PATCH 2.6.16.27] ieee1394: sbp2: enable auto spin-up for Maxtor disks Stefan Richter
2006-08-12 16:24 ` Adrian Bunk is now taking over the 2.6.16-stable branch Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2006-08-03 20:49 Greg KH
2006-08-04 2:43 ` Josh Boyer
2006-08-04 6:26 ` Jan Engelhardt
2006-08-04 23:00 ` Adrian Bunk
2006-08-06 0:46 ` Andrea Arcangeli
2006-08-06 4:52 ` Greg KH
2006-08-20 22:30 ` Andrea Arcangeli
2006-08-20 22:51 ` Sean
2006-08-20 22:51 ` Sean
2006-08-20 23:15 ` Andrea Arcangeli
2006-08-20 23:38 ` Adrian Bunk
2006-08-21 0:05 ` Willy Tarreau
2006-08-21 13:33 ` Andrea Arcangeli
2006-08-20 23:05 ` Alan Cox
2006-08-20 23:17 ` Andrea Arcangeli
2006-08-21 6:21 ` David Miller
2006-08-21 9:35 ` Andrea Arcangeli
2006-08-22 7:27 ` Matthias Andree
2006-08-24 13:00 ` Pavel Machek
2006-08-06 6:17 ` Willy Tarreau
2006-08-07 12:40 ` Pavel Machek
2006-08-07 17:59 ` Adrian Bunk
2006-08-07 23:30 ` Pavel Machek
2006-08-08 19:55 ` Adrian Bunk
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=44DA6DBE.6040907@lsrfire.ath.cx \
--to=rene.scharfe@lsrfire.ath.cx \
--cc=76306.1226@compuserve.com \
--cc=greg@kroah.com \
--cc=jwboyer@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.