Merge branch 'jc/gpg-lazy-init'
Instead of forcing each command to choose to honor GPG related configuration variables, make the subsystem lazily initialize itself. * jc/gpg-lazy-init: drop pure pass-through config callbacks gpg-interface: lazily initialize and read the configuration
This commit is contained in:
@ -131,8 +131,6 @@ static void print_helper_status(struct ref *ref)
|
||||
|
||||
static int send_pack_config(const char *k, const char *v, void *cb)
|
||||
{
|
||||
git_gpg_config(k, v, NULL);
|
||||
|
||||
if (!strcmp(k, "push.gpgsign")) {
|
||||
const char *value;
|
||||
if (!git_config_get_value("push.gpgsign", &value)) {
|
||||
|
Reference in New Issue
Block a user