All of lore.kernel.org
 help / color / mirror / Atom feed
* Update kernel source to latest?
@ 2014-03-30  0:51 habisravi
  2014-03-30  1:50 ` Amit Saha
  2014-03-30  1:55 ` Max Filippov
  0 siblings, 2 replies; 4+ messages in thread
From: habisravi @ 2014-03-30  0:51 UTC (permalink / raw)
  To: kernelnewbies

I cloned the linux kernel source from "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git". When i type "git tag" in the source folder i see version up to "v3.9-rc8", but kernel.org shows latest version is 3.14-rc8. How can i update my source repository to the latest.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Update kernel source to latest?
  2014-03-30  0:51 Update kernel source to latest? habisravi
@ 2014-03-30  1:50 ` Amit Saha
  2014-03-30  1:55 ` Max Filippov
  1 sibling, 0 replies; 4+ messages in thread
From: Amit Saha @ 2014-03-30  1:50 UTC (permalink / raw)
  To: kernelnewbies

On Sun, 2014-03-30 at 06:21 +0530, habisravi wrote:
> I cloned the linux kernel source from "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git". When i type "git tag" in the source folder i see version up to "v3.9-rc8", but kernel.org shows latest version is 3.14-rc8. How can i update my source repository to the latest.
> 

Usually, you can just do "git pull". 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Update kernel source to latest?
  2014-03-30  0:51 Update kernel source to latest? habisravi
  2014-03-30  1:50 ` Amit Saha
@ 2014-03-30  1:55 ` Max Filippov
  2014-03-30  3:15   ` John de la Garza
  1 sibling, 1 reply; 4+ messages in thread
From: Max Filippov @ 2014-03-30  1:55 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Mar 30, 2014 at 4:51 AM, habisravi <habisbc@gmail.com> wrote:
> I cloned the linux kernel source from "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git". When i type "git tag" in the source folder i see version up to "v3.9-rc8", but kernel.org shows latest version is 3.14-rc8. How can i update my source repository to the latest.

Tags are sorted lexicographically, so v3.14-rc8 is < v3.9-rc8. Scroll
up or pipe to less.

-- 
Thanks.
-- Max

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Update kernel source to latest?
  2014-03-30  1:55 ` Max Filippov
@ 2014-03-30  3:15   ` John de la Garza
  0 siblings, 0 replies; 4+ messages in thread
From: John de la Garza @ 2014-03-30  3:15 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Mar 30, 2014 at 05:55:00AM +0400, Max Filippov wrote:
> On Sun, Mar 30, 2014 at 4:51 AM, habisravi <habisbc@gmail.com> wrote:
> > I cloned the linux kernel source from "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git". When i type "git tag" in the source folder i see version up to "v3.9-rc8", but kernel.org shows latest version is 3.14-rc8. How can i update my source repository to the latest.
> 
> Tags are sorted lexicographically, so v3.14-rc8 is < v3.9-rc8. Scroll
> up or pipe to less.

how about version sort

git tag  | sort -V

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-30  3:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-30  0:51 Update kernel source to latest? habisravi
2014-03-30  1:50 ` Amit Saha
2014-03-30  1:55 ` Max Filippov
2014-03-30  3:15   ` John de la Garza

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.