* Missing tags v1.0.1 and v1.0.2 on kernel.org
@ 2010-12-05 15:04 Yann Dirson
0 siblings, 0 replies; only message in thread
From: Yann Dirson @ 2010-12-05 15:04 UTC (permalink / raw)
To: GIT list
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 ?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-05 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-05 15:04 Missing tags v1.0.1 and v1.0.2 on kernel.org Yann Dirson
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).