diff --git a/hooks/pre-push b/hooks/pre-push index b853a65..52de766 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -49,8 +49,6 @@ shared_git() { env "${_shared_git_scrub[@]}" git \ -c core.fsmonitor= \ -c core.hooksPath=/dev/null \ - -c core.sshCommand= \ - -c core.askPass= \ -c credential.helper= \ -c protocol.ext.allow=never \ -c uploadpack.packObjectsHook= \ diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 3b44293..7be586f 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -78,8 +78,6 @@ policy_git() { env "${scrub[@]}" git \ -c core.fsmonitor= \ -c core.hooksPath=/dev/null \ - -c core.sshCommand= \ - -c core.askPass= \ -c credential.helper= \ -c protocol.ext.allow=never \ -c uploadpack.packObjectsHook= \ diff --git a/scripts/install-pre-push.sh b/scripts/install-pre-push.sh index c399c7b..dcc4319 100755 --- a/scripts/install-pre-push.sh +++ b/scripts/install-pre-push.sh @@ -80,8 +80,6 @@ shared_git() { env "${_shared_git_scrub[@]}" git \ -c core.fsmonitor= \ -c core.hooksPath=/dev/null \ - -c core.sshCommand= \ - -c core.askPass= \ -c credential.helper= \ -c protocol.ext.allow=never \ -c uploadpack.packObjectsHook= \