Files
git/builtin
Junio C Hamano d830d395a1 builtin/send-pack.c: respect user.signingkey
When git-send-pack is exec'ed, as is done by git-remote-http, it
does not read the config, and configured value of user.signingkey is
ignored. Thus it was impossible to specify a signing key over HTTP,
other than the default key in the keyring having a User ID matching
the "Name <email>" format.

This patch at least partially fixes the problem by reading in the GPG
config from within send-pack. It does not address the related problem
of plumbing a value for this configuration option using
`git -c user.signingkey push ...`.

Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-07-21 15:24:27 -07:00
..
2014-07-16 11:10:11 -07:00
2015-03-23 11:12:58 -07:00
2015-02-11 13:44:20 -08:00
2015-01-14 09:32:04 -08:00
2015-03-05 12:45:39 -08:00
2015-01-14 09:32:04 -08:00
2015-03-20 13:11:53 -07:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-03-20 12:40:56 -07:00
2015-02-11 13:44:20 -08:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-02-11 13:44:20 -08:00
2015-03-22 12:26:31 -07:00