lkml.org 
[lkml]   [2015]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectMissing next-$date git-tag when pulled-in linux-next.git on top of linus.git
From
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 -


\
 
 \ /
  Last update: 2015-01-07 09:41    [W:0.761 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site