* git checkout extraversion
@ 2011-10-12 19:04 Nils Radtke
2011-10-12 19:15 ` Thomas Gleixner
0 siblings, 1 reply; 3+ messages in thread
From: Nils Radtke @ 2011-10-12 19:04 UTC (permalink / raw)
To: Linux Kernel-List
Hi,
Is it possible -- and if so: how? -- to checkout specific kernel extraversion?
Example:
git checkout -b my2.6.39.3 2.6.39.3
This does not work as there's no such tag "2.6.39.3" (only "2.6.39").
I temporarily did it by manually patching 2.6.39 to .3.
ketchup didn't help (until I noticed -- browsing manually -- http is a
redirect to https for kernel.org).
Thanks and cheers
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git checkout extraversion
2011-10-12 19:04 git checkout extraversion Nils Radtke
@ 2011-10-12 19:15 ` Thomas Gleixner
2011-10-13 6:16 ` Nils Radtke
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Gleixner @ 2011-10-12 19:15 UTC (permalink / raw)
To: Nils Radtke; +Cc: Linux Kernel-List
On Wed, 12 Oct 2011, Nils Radtke wrote:
> Hi,
>
> Is it possible -- and if so: how? -- to checkout specific kernel extraversion?
>
> Example:
>
> git checkout -b my2.6.39.3 2.6.39.3
>
> This does not work as there's no such tag "2.6.39.3" (only "2.6.39").
You need to have the stable tree
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
Linus tree does not contain the stable tags.
Thanks,
tglx
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: git checkout extraversion
2011-10-12 19:15 ` Thomas Gleixner
@ 2011-10-13 6:16 ` Nils Radtke
0 siblings, 0 replies; 3+ messages in thread
From: Nils Radtke @ 2011-10-13 6:16 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: Linux Kernel-List
Hi,
Thanks for the quick reply.
That's an easy solution. Pitty, it was so hard to find.
Cheers
On mer2011-10-12@09-15-34+0200, Thomas Gleixner wrote:
# Date: Wed, 12 Oct 2011 21:15:34 +0200 (CEST)
# From: Thomas Gleixner <tglx@linutronix.de>
# To: Nils Radtke <lkml@Think-Future.com>
# cc: Linux Kernel-List <linux-kernel@vger.kernel.org>
# Subject: Re: git checkout extraversion
# User-Agent: Alpine 2.02 (LFD 1266 2009-07-14)
#
# On Wed, 12 Oct 2011, Nils Radtke wrote:
# > Hi,
# >
# > Is it possible -- and if so: how? -- to checkout specific kernel extraversion?
# >
# > Example:
# >
# > git checkout -b my2.6.39.3 2.6.39.3
# >
# > This does not work as there's no such tag "2.6.39.3" (only "2.6.39").
#
# You need to have the stable tree
#
# git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
#
# Linus tree does not contain the stable tags.
#
# Thanks,
#
# tglx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-13 6:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 19:04 git checkout extraversion Nils Radtke
2011-10-12 19:15 ` Thomas Gleixner
2011-10-13 6:16 ` Nils Radtke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox