From 38d6f051ee2c4e6bffb4f6dec55e8853f1eb96f9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 21 Jul 2020 20:09:41 -0700 Subject: rename new config key Signed-off-by: Sean Whitton --- git-remote-gcrypt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-remote-gcrypt') diff --git a/git-remote-gcrypt b/git-remote-gcrypt index 0cd4c0e..176de31 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -432,8 +432,8 @@ read_config() Conf_gpg_args=$(git config --get gcrypt.gpg-args '.+' || :) Conf_rsync_put_flags=$(git config --get "remote.$NAME.gcrypt-rsync-put-flags" '.+' || git config --get "gcrypt.rsync-put-flags" '.+' || :) - Conf_force_required=$(git config --get --bool "remote.$NAME.gcrypt-force-required" '.+' || - git config --get --bool gcrypt.force-required '.+' || :) + Conf_force_required=$(git config --get --bool "remote.$NAME.gcrypt-require-explicit-force-push" '.+' || + git config --get --bool gcrypt.require-explicit-force-push '.+' || :) # Figure out which keys we should encrypt to or accept signatures from if isnull "$conf_part" || iseq "$conf_part" simple -- cgit v1.2.3