verify-tag: also grok CR/LFs in the tag signature
commitfec60a261d9375d1f129313bb68036fbd2a5175c
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 3 Sep 2007 16:51:43 +0000 (3 17:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Sep 2007 23:44:35 +0000 (3 16:44 -0700)
treee638606df08f27c8d206d7c871b11ec81a43c5fc
parent1e61b7640d09015213dbcae3564fa27ac6a8c151
verify-tag: also grok CR/LFs in the tag signature

On some people's favorite platform, gpg outputs signatures
with CR/LF line endings.  So verify-tag has to play nice with
them.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-verify-tag.c