Merge branch 'jc/gpg-status'
commit4d34122eef19c39415d38b4963572770f96a9317
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 18:33:50 +0000 (20 11:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 18:33:50 +0000 (20 11:33 -0700)
tree8cb68ce59bf365035d3427cb398726f6d4943a6b
parent6e8f3d1ca06f42714bc82070513a5d8d0ef15da4
parent4e5dc9ca179931b4dc39b32f06facc5a31091403
Merge branch 'jc/gpg-status'

"git verify-tag" and "git verify-commit" have been taught to use
the exit status of underlying "gpg --verify" to signal bad or
untrusted signature they found.

* jc/gpg-status:
  gpg-interface: propagate exit status from gpg back to the callers
gpg-interface.c