* Selecting the minor revs
@ 2006-03-27 23:49 Greg Lee
[not found] ` <20060327190201.60d26d5f.seanlkml@sympatico.ca>
0 siblings, 1 reply; 5+ messages in thread
From: Greg Lee @ 2006-03-27 23:49 UTC (permalink / raw)
To: git
How do I select one of the "minor" bug fix revs using git? For example I want to do a git
bisect between 2.6.15.6 and 2.6.16 but I cannot determine what the naming convention is
for "2.6.15.6". I've tried "v2.6.15.6" and "v2.6.15-6".
Please cc any responses.
Thanks,
Greg Lee
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Selecting the minor revs
[not found] ` <20060327190201.60d26d5f.seanlkml@sympatico.ca>
@ 2006-03-28 0:02 ` sean
2006-03-28 0:10 ` Greg Lee
0 siblings, 1 reply; 5+ messages in thread
From: sean @ 2006-03-28 0:02 UTC (permalink / raw)
To: Greg Lee; +Cc: git
On Mon, 27 Mar 2006 18:49:53 -0500
"Greg Lee" <glee@swspec.com> wrote:
> How do I select one of the "minor" bug fix revs using git? For example I want to do a git
> bisect between 2.6.15.6 and 2.6.16 but I cannot determine what the naming convention is
> for "2.6.15.6". I've tried "v2.6.15.6" and "v2.6.15-6".
>
> Please cc any responses.
If you're interested in the stable-series releases of the kernel, unfortunately they're
not in the git repository. On the otherhand if you're actually talking about the
release candidates that Linus puts out before each new major version, the format is
v2.6.16-rc2, v2.6.15-rc3 etc..
Sean
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Selecting the minor revs
2006-03-28 0:02 ` sean
@ 2006-03-28 0:10 ` Greg Lee
[not found] ` <20060327191843.15787836.seanlkml@sympatico.ca>
0 siblings, 1 reply; 5+ messages in thread
From: Greg Lee @ 2006-03-28 0:10 UTC (permalink / raw)
To: 'sean', git
> If you're interested in the stable-series releases of the
> kernel, unfortunately they're not in the git repository.
As I feared ... I'm curious, why?
Greg
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Selecting the minor revs
[not found] ` <20060327191843.15787836.seanlkml@sympatico.ca>
@ 2006-03-28 0:18 ` sean
2006-03-28 16:01 ` Yasushi SHOJI
0 siblings, 1 reply; 5+ messages in thread
From: sean @ 2006-03-28 0:18 UTC (permalink / raw)
To: Greg Lee; +Cc: git
On Mon, 27 Mar 2006 19:10:09 -0500
"Greg Lee" <glee@swspec.com> wrote:
> > If you're interested in the stable-series releases of the
> > kernel, unfortunately they're not in the git repository.
>
> As I feared ... I'm curious, why?
Because the stable-series is maintained by people other than Linus.
They may have their own git tree, i'm not sure. Even if they don't,
you could create a stable-series branch and import the patches
into your git repo if it was something you needed often.
Sean
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Selecting the minor revs
2006-03-28 0:18 ` sean
@ 2006-03-28 16:01 ` Yasushi SHOJI
0 siblings, 0 replies; 5+ messages in thread
From: Yasushi SHOJI @ 2006-03-28 16:01 UTC (permalink / raw)
To: sean; +Cc: Greg Lee, git
On 3/28/06, sean <seanlkml@sympatico.ca> wrote:
> On Mon, 27 Mar 2006 19:10:09 -0500
> "Greg Lee" <glee@swspec.com> wrote:
>
> > > If you're interested in the stable-series releases of the
> > > kernel, unfortunately they're not in the git repository.
> >
> > As I feared ... I'm curious, why?
>
> Because the stable-series is maintained by people other than Linus.
>
> They may have their own git tree, i'm not sure. Even if they don't,
> you could create a stable-series branch and import the patches
> into your git repo if it was something you needed often.
they do. and you can just do, ie for 2.6.15.y
git fetch git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.15.y.git
master:v2.6.15.y
you might wanna use --tags for fetch. see git-fetch(1) for more detail.
see http://kernel.org/git/ for other stable branches. and thanks for
stable branch maintainers.
--
yashi
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-03-28 16:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-27 23:49 Selecting the minor revs Greg Lee
[not found] ` <20060327190201.60d26d5f.seanlkml@sympatico.ca>
2006-03-28 0:02 ` sean
2006-03-28 0:10 ` Greg Lee
[not found] ` <20060327191843.15787836.seanlkml@sympatico.ca>
2006-03-28 0:18 ` sean
2006-03-28 16:01 ` Yasushi SHOJI
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox