Re: git-tag bug? confusing git fast-export with double tag objects

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Friday, May 15, 2009 - 10:40 am

Andreas Ericsson <ae@op5.se> writes:


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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: git-tag bug? confusing git fast-export with double tag ..., Junio C Hamano, (Fri May 15, 10:40 am)
Re: git-tag bug? confusing git fast-export with double tag ..., Andreas Ericsson, (Sat May 16, 12:14 am)