Revert "gpg-interface: prefer check_signature() for GPG verification"
commit0106b1d4be166fd4f7bcf0b901d50940c9f539e2
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Feb 2020 17:43:17 +0000 (28 09:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Feb 2020 17:43:17 +0000 (28 09:43 -0800)
treeced58695d6c423f4ae0db505d095dbd3463fe592
parent72b006f4bfd30b7c5037c163efaf279ab65bea9c
Revert "gpg-interface: prefer check_signature() for GPG verification"

This reverts commit 72b006f4bfd30b7c5037c163efaf279ab65bea9c, which
breaks the end-user experience when merging a signed tag without
having the public key.  We should report "can't check because we
have no public key", but the code with this change claimed that
there was no signature.
builtin/fmt-merge-msg.c
gpg-interface.c
gpg-interface.h
log-tree.c