tag: recognize rfc1991 signatures
commit3d5854e765dedfaf2a942e8fa1e950a40f9dcee3
authorMichael J Gruber <git@drmicha.warpmail.net>
Wed, 10 Nov 2010 11:17:30 +0000 (10 12:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Nov 2010 17:40:35 +0000 (10 09:40 -0800)
tree1156a1b70da302be54cf5c5c44003d461551ba1d
parent81536b2dfae5a2839b6f20b22cc814a3690e4704
tag: recognize rfc1991 signatures

We have always been creating rfc1991 signatures for users with "rfc1991"
in their gpg config but failed to recognize them (tag -l -n largenumber)
and verify them (tag -v, verify-tag).

Make good use of the refactored signature detection and let us recognize
and verify those signatures also.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh
tag.c