gpg-interface: move parse_gpg_output() to where it should be
commitc96f2bf8675183fc4a6a0b7611907a6dbaf9621b
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Aug 2014 22:31:13 +0000 (14 15:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2014 22:36:00 +0000 (22 15:36 -0700)
tree96074a251e07279302ddef5b3b27f20afd2d29bd
parenta6916a41d7026f4f0f5136b7f432d189eb305610
gpg-interface: move parse_gpg_output() to where it should be

Earlier, ffb6d7d5 (Move commit GPG signature verification to
commit.c, 2013-03-31) moved this helper that used to be in pretty.c
(i.e. the output code path) to commit.c for better reusability.

It was a good first step in the right direction, but still suffers a
myopic view that commits will be the only thing we would ever want
to sign---we would actually want to be able to reuse it even wider.

The function interprets what GPG said; gpg-interface is obviously a
better place.  Move it there.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.c
gpg-interface.c
gpg-interface.h