From 3d6beb39ec4131bfa432fd937d0a188953730e83 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 21 Sep 2010 14:16:01 +0200 Subject: [PATCH] sudo: Keep GIT_* environment variables. This allows setting committer and author info through sudo. --- etc/sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sudoers b/etc/sudoers index d15ca59..6a6bbae 100644 --- a/etc/sudoers +++ b/etc/sudoers @@ -5,7 +5,7 @@ # See the man page for details on how to write a sudoers file. # -Defaults env_reset +Defaults env_reset,env_keep+=GIT_* # Host alias specification -- 2.30.2