All of lore.kernel.org
 help / color / mirror / Atom feed
From: pebolle@tiscali.nl (Paul Bolle)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Kernel source tagging
Date: Fri, 30 Jan 2015 09:14:40 +0100	[thread overview]
Message-ID: <1422605680.10643.9.camel@x220> (raw)
In-Reply-To: <CA+hEkPbdc2yZXYxe3WY-qjKFrRAKrRFDMtJsBfv-TBsXJBYeDA@mail.gmail.com>

On Fri, 2015-01-30 at 09:08 +0100, Xavier Naveira wrote:
> Why doesn't the Linus tree have tags for the minor version updates of
> the kernel, ie, 3.18.1, 3.18.2 etc? If i do:
> 
> $ git tag | grep 3\.18
> 
> The result is:
> 
> v3.18
> v3.18-rc1
> v3.18-rc2
> v3.18-rc3
> v3.18-rc4
> v3.18-rc5
> v3.18-rc6
> v3.18-rc7

You need to add the stable tree if you want those tags too. I always
forget the invocation of most git commands, such as the command to add
remotes, but this is my config:
    $ grep stable .git/config 
    [remote "linux-stable"]
	url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
	fetch = +refs/heads/*:refs/remotes/linux-stable/*

Hope this helps,


Paul Bolle

  reply	other threads:[~2015-01-30  8:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-30  8:08 Kernel source tagging Xavier Naveira
2015-01-30  8:14 ` Paul Bolle [this message]
2015-01-30  8:17   ` Xavier Naveira

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=1422605680.10643.9.camel@x220 \
    --to=pebolle@tiscali.nl \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /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.