git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yann Dirson <ydirson@free.fr>
To: GIT list <git@vger.kernel.org>
Subject: Missing tags v1.0.1 and v1.0.2 on kernel.org
Date: Sun, 5 Dec 2010 16:04:16 +0100	[thread overview]
Message-ID: <20101205150416.GC2803@home.lan> (raw)

When fetching from git://github.com/gitster/git.git in my local repo
originally cloned from git://git.kernel.org/pub/scm/git/git.git, I
notice 2 unexpected new tags: v1.0.1 and v1.0.2.

It looks like those 2 old tags were not pushed to kernel.org:

$ git ls-remote origin|grep '1\.0\.[0-4]$'
f665776185ad074b236c00751d666da7d1977dbe        refs/tags/v1.0.0
ccefd6e899a861f911052e47eabe4f77c09163ec        refs/tags/v1.0.3
1e6455d0c3f9ee79c461bd68aafad8b7f8765c8a        refs/tags/v1.0.4

OTOH there are v1.0.0a and v1.0.0b on kernel.org, which match the same
revs:

$ git rev-parse v1.0.1^{}
e4e79a217576d24ef4d73b620766f62b155bcd98
$ git rev-parse v1.0.0a^{}
e4e79a217576d24ef4d73b620766f62b155bcd98
$ git rev-parse v1.0.2^{}
8d712aafd2df3c1f5147a28947f98cefe667cf76
$ git rev-parse v1.0.0b^{}
8d712aafd2df3c1f5147a28947f98cefe667cf76

Don't we want those 2 tags on kernel.org too for consistency ?

                 reply	other threads:[~2010-12-05 15:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20101205150416.GC2803@home.lan \
    --to=ydirson@free.fr \
    --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).