git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* missing tags!
@ 2010-12-08 19:44 layer
  2010-12-08 20:18 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: layer @ 2010-12-08 19:44 UTC (permalink / raw)
  To: git

I have a repo to which I push to frequently.  For each release of the
software from this repo, I create an annotated tag and push it to this
repo.  I noticed yesterday that he has a single tag in it, when it
should have 100+.  The tag there was the last one I pushed to it.

The missing tags were created with

  git tag -a -m "release 4.2rm t1" release42rm_t1 HEAD

and pushed to the (bare) repo in question with

  git push origin release42rm_t1

I cannot imagine how the tags got deleted, and I'm looking for some
guidance.

Thanks.

Kevin

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

* Re: missing tags!
  2010-12-08 19:44 missing tags! layer
@ 2010-12-08 20:18 ` Jeff King
  2010-12-09  0:05   ` layer
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff King @ 2010-12-08 20:18 UTC (permalink / raw)
  To: layer; +Cc: git

On Wed, Dec 08, 2010 at 11:44:35AM -0800, layer wrote:

> I have a repo to which I push to frequently.  For each release of the
> software from this repo, I create an annotated tag and push it to this
> repo.  I noticed yesterday that he has a single tag in it, when it
> should have 100+.  The tag there was the last one I pushed to it.
> 
> The missing tags were created with
> 
>   git tag -a -m "release 4.2rm t1" release42rm_t1 HEAD
> 
> and pushed to the (bare) repo in question with
> 
>   git push origin release42rm_t1
> 
> I cannot imagine how the tags got deleted, and I'm looking for some
> guidance.

How did you verify that the tags were deleted? Are you sure they are not
just packed?

-Peff

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

* Re: missing tags!
  2010-12-08 20:18 ` Jeff King
@ 2010-12-09  0:05   ` layer
  0 siblings, 0 replies; 3+ messages in thread
From: layer @ 2010-12-09  0:05 UTC (permalink / raw)
  To: Jeff King; +Cc: git

Jeff King <peff@peff.net> wrote:

>> On Wed, Dec 08, 2010 at 11:44:35AM -0800, layer wrote:
>> 
>> > I have a repo to which I push to frequently.  For each release of the
>> > software from this repo, I create an annotated tag and push it to this
>> > repo.  I noticed yesterday that he has a single tag in it, when it
>> > should have 100+.  The tag there was the last one I pushed to it.
>> > 
>> > The missing tags were created with
>> > 
>> >   git tag -a -m "release 4.2rm t1" release42rm_t1 HEAD
>> > 
>> > and pushed to the (bare) repo in question with
>> > 
>> >   git push origin release42rm_t1
>> > 
>> > I cannot imagine how the tags got deleted, and I'm looking for some
>> > guidance.
>> 
>> How did you verify that the tags were deleted? Are you sure they are not
>> just packed?

Ack.  I didn't know about packed tags.

Thanks, and sorry for the noise.

Kevin

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

end of thread, other threads:[~2010-12-09  0:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 19:44 missing tags! layer
2010-12-08 20:18 ` Jeff King
2010-12-09  0:05   ` layer

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