public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* Missing next-$date git-tag when pulled-in linux-next.git on top of linus.git
@ 2015-01-07  8:24 Sedat Dilek
  2015-01-07 10:24 ` Stephen Rothwell
  0 siblings, 1 reply; 8+ messages in thread
From: Sedat Dilek @ 2015-01-07  8:24 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, LKML

My workflow looks like this

# Get mainline Git tree
$ git clone $LINUS_GIT_URL

# Checkout latest mainline (rc) tag (aka -next's "origin" commit-id)
$ git checkout -b Linux-v3.19-rc3 v3.19-rc3

# Base to pull in current -next
$ git checkout -b Linux-next-20150107

# Pull in stuff from next-20150107
$ git pull git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
tags/next-20150107

Unfortunately, this is not getting the git-tag "next-20150107" which I fix by...

$ git tag next-20150107

Do you happen to know how to do that more elegant?

( I wanted to avoid to run... git pull $git_url --tags ... which gets
all -next tags. )

Thanks.

- Sedat -

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

end of thread, other threads:[~2015-02-03 21:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07  8:24 Missing next-$date git-tag when pulled-in linux-next.git on top of linus.git Sedat Dilek
2015-01-07 10:24 ` Stephen Rothwell
2015-01-07 13:47   ` Sedat Dilek
2015-01-07 20:52     ` Stephen Rothwell
2015-02-03 20:06       ` Sedat Dilek
2015-02-03 20:20         ` Sedat Dilek
2015-02-03 20:47         ` Stephen Rothwell
2015-02-03 20:59           ` Sedat Dilek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox