From a04f2f5aa522a23ade2a2d332bb6f7ad833cdaee Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sun, 6 Apr 2014 00:10:31 +0200 Subject: [PATCH] [sudoers] env_keep GIT_* --- Python/etc/sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/sudoers b/Python/etc/sudoers index a4cfca4..96e4f7d 100644 --- a/Python/etc/sudoers +++ b/Python/etc/sudoers @@ -22,7 +22,7 @@ if has("wheezy"): else: addit = "" -@Defaults env_keep += "DARCS_EMAIL EDITOR PYTHONIOENCODING" +@Defaults env_keep += "DARCS_EMAIL EDITOR PYTHONIOENCODING GIT_*" if has("wheezy"): @Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"