git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: layer <layer@known.net>
To: git@vger.kernel.org
Subject: missing tags!
Date: Wed, 08 Dec 2010 11:44:35 -0800	[thread overview]
Message-ID: <7986.1291837475@relay.known.net> (raw)

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

             reply	other threads:[~2010-12-08 20:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-08 19:44 layer [this message]
2010-12-08 20:18 ` missing tags! Jeff King
2010-12-09  0:05   ` layer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7986.1291837475@relay.known.net \
    --to=layer@known.net \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).