verify-tag: add option to print raw gpg status information
commite18443ece711564145d545b650851c4615717128
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 21 Jun 2015 23:14:43 +0000 (21 23:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jun 2015 21:20:47 +0000 (22 14:20 -0700)
tree1908d85b9ea17b6f47014550d05161f244aa0180
parentaeff29dd4dab01b497b2a2cf73e982e846a5fe4c
verify-tag: add option to print raw gpg status information

verify-tag by default displays human-readable output on standard error.
However, it can also be useful to get access to the raw gpg status
information, which is machine-readable, allowing automated
implementation of signing policy.  Add a --raw option to make verify-tag
produce the gpg status information on standard error instead of the
human-readable format.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-verify-tag.txt
builtin/verify-tag.c
t/t7030-verify-tag.sh