git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git tag's history
@ 2010-07-24 12:12 Mahesh Vaidya
  2010-07-26  9:36 ` David Aguilar
  0 siblings, 1 reply; 4+ messages in thread
From: Mahesh Vaidya @ 2010-07-24 12:12 UTC (permalink / raw)
  To: git

If git tag's history is preserved or I need to implement this in
pre-receive hook

Scenario
^^^^^^^^^^^^
I create a tag FOO -corresponding to a commit cdf123

FOO->cdf123 and I push this Tag to authoritative repository ; all fine.

Now my buddy creates overwrite my tag (git tag -f) and now this tag
looks at some other commit

FOO->123aff

He does a push tag FOO; assuming no restriction in pre-receive this
push will get applied and my earlier cdf123 is lost. Is there any way
to retrive Tag's history or in need to implement some scheme

Thx/ Mahesh

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

end of thread, other threads:[~2010-07-26 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-24 12:12 git tag's history Mahesh Vaidya
2010-07-26  9:36 ` David Aguilar
2010-07-26 13:36   ` Will Palmer
2010-07-26 14:17     ` Nicolas Sebrecht

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).