From: "Theodore Ts'o" <tytso@mit.edu>
To: Albino Biasutti Neto <bino@riseup.net>
Cc: Richard Weinberger <richard.weinberger@gmail.com>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Repo of git linux-stable
Date: Sat, 2 May 2015 09:25:00 -0400 [thread overview]
Message-ID: <20150502132500.GA10014@thunk.org> (raw)
In-Reply-To: <CAHAf8Wm5vQrqKpdwaxnYxw6LH_h+Z5DHdEVViWThPRKgd3UicQ@mail.gmail.com>
On Sat, May 02, 2015 at 08:33:15AM -0300, Albino Biasutti Neto wrote:
> 2015-05-02 8:05 GMT-03:00 Richard Weinberger <richard.weinberger@gmail.com>:
> > Checkout v4.0.1. :)
>
> I downloaded now and compile, after was linux rc-1. I don't understand :-(
The linux stable tree contains many branches. You need to checkout the
one that you care about; that is, do you want the 4.0.y stable tree?
Or the 3.10.y stable tree? Or the 3.14.y stable tree? etc.
It sounds like you did a git clone of the stable tree, and by default
that landed you on the master branch. The master branch at the moment
happens to be pointing at 4.1rc1. I'm not sure why that's the case;
it probably has more to do with Greg K-H's internal workflows, but the
fact is the master branch is not what you want.
You need to explicitly checkout the stable branch that has what you
want. You can either checkout an explicit version, i.e., "git
checkout v4.0.1", or you can checkout the latest 4.0 stable release,
via "git checkout linux-4.0.y".
Or you can set up a local branch, via something like "git branch
my-4.0 linux-4.0.y; git checkout my-4.0". And then in the future a
"git pull" command will update your branch to have the latest 4.0.y
stable release. All of this is basic git commands; I suggest you find
a git tutorial and go through it.
Best regards,
- Ted
next prev parent reply other threads:[~2015-05-02 13:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-02 11:01 Repo of git linux-stable Albino Biasutti Neto
2015-05-02 11:05 ` Richard Weinberger
2015-05-02 11:33 ` Albino Biasutti Neto
2015-05-02 13:25 ` Theodore Ts'o [this message]
2015-05-02 17:00 ` Albino Biasutti Neto
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=20150502132500.GA10014@thunk.org \
--to=tytso@mit.edu \
--cc=bino@riseup.net \
--cc=linux-kernel@vger.kernel.org \
--cc=richard.weinberger@gmail.com \
/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