MinGW: Convert CR/LF to LF in tag signatures
commit7734ad404c48ea376fed1ce5e9e04f72ec4cb0bd
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Sep 2007 16:36:47 +0000 (3 17:36 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Sep 2007 16:45:31 +0000 (3 17:45 +0100)
tree86fbe85862d176f255aa034ed6551244816e25f0
parenta19cff248ece3693f5dc6ad75a70a3e68606a1f9
MinGW: Convert CR/LF to LF in tag signatures

On Windows, gpg outputs CR/LF signatures.  But since the tag
messages are already stripped of the CR by stripspace(), it is
arguably nicer to do the same for the tag signature.  Actually,
this patch does not look for CR/LF, but strips all CRs
from the signature.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
builtin-tag.c