Suppose the gpg key used to sign v1.6.3 somehow gets compromised, and I
come up with a new gpg key. I could reassure people that the commit the
old v1.6.3 tagged is genuine if I re-tag with the new key like this:
git tag -f v1.6.3 v1.6.3^{commit}
But what should I do if I would want to reassure people that both the old
v1.6.3 was tagged by _me_ (with the old key that later was compromised)
and that the commit that old tag tags is genuine?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html