git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How can I tell if a tag has been pushed, or not?
@ 2009-07-10 17:43 layer
  2009-07-10 19:28 ` Alex Riesen
  2009-07-11 13:44 ` Andreas Ericsson
  0 siblings, 2 replies; 4+ messages in thread
From: layer @ 2009-07-10 17:43 UTC (permalink / raw)
  To: git

Here's the problem:

I expect that users, in their own private repos, will from time to
time create tags that should not be pushed.  Sometimes, tags that
should be pushed will be created.

I could require that the "public" tags follow a specific convention
(start with "release", or something).  Then, the scripts all my
developers use could use that and push only certain tags.  However,
over time there could be a large number of them.  It seems undesirable
to push each tag each time a push is done.  So, how can I tell if a
tag has already been pushed?  Is there a way?

Thanks.

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

end of thread, other threads:[~2009-07-11 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-10 17:43 How can I tell if a tag has been pushed, or not? layer
2009-07-10 19:28 ` Alex Riesen
2009-07-10 20:02   ` layer
2009-07-11 13:44 ` Andreas Ericsson

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 NNTP newsgroup(s).