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 ? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html