Merge branch 'sb/gpg-plug-fd-leak'
commit15778842bd5a63a2550c3d213b157823610a4f08
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Feb 2013 00:12:43 +0000 (5 16:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Feb 2013 00:12:43 +0000 (5 16:12 -0800)
tree89cf219636f5ee25fc5d8564b889bdd210aa8ac0
parent8278a7bdc19fb917860788dcff5a34c0f629dd0b
parent7dac3f83218b9f6c4c7d1c1cf093190f20d27108
Merge branch 'sb/gpg-plug-fd-leak'

We forgot to close the file descriptor reading from "gpg" output,
killing "git log --show-signature" on a long history.

* sb/gpg-plug-fd-leak:
  gpg: close stderr once finished with it in verify_signed_buffer()
gpg-interface.c