[PATCH] builtin/send-pack.c: Respect http.signingkey

2015-07-21 Thread Dave Borowitz
From: Junio C Hamano gits...@pobox.com Prior to this patch, when git-send-pack was exec'ed, as is done by git-remote-http, it did not reread the config, so it did not respect the configured value of http.signingkey. Thus it was impossible to specify a signing key over HTTP, other than the default

Re: [PATCH] builtin/send-pack.c: Respect http.signingkey

2015-07-21 Thread Junio C Hamano
Dave Borowitz dborow...@google.com writes: From: Junio C Hamano gits...@pobox.com Prior to this patch, when git-send-pack was exec'ed, as is done by git-remote-http, it did not reread the config, so it did not respect the configured value of http.signingkey. Thus it was impossible to