From: Junio C Hamano Date: Thu, 14 Aug 2014 22:59:21 +0000 (-0700) Subject: receive-pack: GPG-validate push certificates X-Git-Tag: v2.2.0-rc0~64^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d05b9618ce42e85936176537f939a4eb85d4d65e?ds=inline;hp=d05b9618ce42e85936176537f939a4eb85d4d65e receive-pack: GPG-validate push certificates Reusing the GPG signature check helpers we already have, verify the signature in receive-pack and give the results to the hooks via GIT_PUSH_CERT_{SIGNER,KEY,STATUS} environment variables. Policy decisions, such as accepting or rejecting a good signature by a key that is not fully trusted, is left to the hook and kept outside of the core. Signed-off-by: Junio C Hamano ---