aboutsummaryrefslogtreecommitdiffstats
path: root/gpg-interface.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-07-24 14:50:48 -0700
committerJunio C Hamano <gitster@pobox.com>2018-07-24 14:50:48 -0700
commit6fc7de1a1f0cca63899e67cc8e96fbdb3be73019 (patch)
tree4ab5077c9b388fd608ea7397227d692aa7121e2c /gpg-interface.c
parentd94cecfe7525606070163437f7c59a51650f9e56 (diff)
parentfbd0f16610362fda5d2093a590a80d693f610594 (diff)
downloadgit-6fc7de1a1f0cca63899e67cc8e96fbdb3be73019.tar.gz
Merge branch 'hs/push-cert-check-cleanup'
Code clean-up. * hs/push-cert-check-cleanup: gpg-interface: make parse_gpg_output static and remove from interface header builtin/receive-pack: use check_signature from gpg-interface
Diffstat (limited to 'gpg-interface.c')
-rw-r--r--gpg-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg-interface.c b/gpg-interface.c
index 0647bd6348..09ddfbc267 100644
--- a/gpg-interface.c
+++ b/gpg-interface.c
@@ -35,7 +35,7 @@ static struct {
{ 'R', "\n[GNUPG:] REVKEYSIG "},
};
-void parse_gpg_output(struct signature_check *sigc)
+static void parse_gpg_output(struct signature_check *sigc)
{
const char *buf = sigc->gpg_status;
int i;