git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Cloning tags from master
@ 2012-10-15 19:44 dquince
  2012-10-16  3:08 ` PJ Weisberg
  0 siblings, 1 reply; 2+ messages in thread
From: dquince @ 2012-10-15 19:44 UTC (permalink / raw)
  To: git

I am trying to implement using tags in our build process, but am running into
an issue with pulling tags from master. My scenario is as follows
We decide on a release and I tag master with testtag which has commit
testtag-1-gf3b117e
When I make another commit to master and check the tag, I see it as
testtag-2-gfb56442
When I try and pull the tag using testtag, it just wants to pull the latest
commit to master. 

I verified this works in branches other than master, so can this be done
from master or does the tag just follow the head?




--
View this message in context: http://git.661346.n2.nabble.com/Cloning-tags-from-master-tp7569301.html
Sent from the git mailing list archive at Nabble.com.

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

* Re: Cloning tags from master
  2012-10-15 19:44 Cloning tags from master dquince
@ 2012-10-16  3:08 ` PJ Weisberg
  0 siblings, 0 replies; 2+ messages in thread
From: PJ Weisberg @ 2012-10-16  3:08 UTC (permalink / raw)
  To: dquince; +Cc: git

On Mon, Oct 15, 2012 at 12:44 PM, dquince
<devin.quince@troppussoftware.com> wrote:
> I am trying to implement using tags in our build process, but am running into
> an issue with pulling tags from master. My scenario is as follows
> We decide on a release and I tag master with testtag which has commit
> testtag-1-gf3b117e
> When I make another commit to master and check the tag, I see it as
> testtag-2-gfb56442

I don't know what you mean by "check the tag", but those look like the
output of "git describe" when HEAD is one or two commits ahead of
testtag (with no tags that are closer).

> When I try and pull the tag using testtag, it just wants to pull the latest
> commit to master.

You're probably not running "git pull origin refs/tags/testtag", but I
think that's the only way to "pull the tag," so I don't know what
you're doing here.  The tag doesn't include anything that's not part
of the tag's history, though, so "pulling" it won't get the latest
version of anything.

> I verified this works in branches other than master, so can this be done
> from master or does the tag just follow the head?

Tags never follow anything.  Once they're created, they stay put.

-PJ

Gehm's Corollary to Clark's Law: Any technology distinguishable from
magic is insufficiently advanced.

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

end of thread, other threads:[~2012-10-16  3:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-15 19:44 Cloning tags from master dquince
2012-10-16  3:08 ` PJ Weisberg

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).