From 3a147655af607565d71a701f5da8fef5ce75a031 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 28 Jan 2009 13:26:54 +0000 Subject: [PATCH] - send/accept GIT_* env vars Changed files: openssh-config.patch -> 1.6 --- openssh-config.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openssh-config.patch b/openssh-config.patch index 8952cd6..17325ce 100644 --- a/openssh-config.patch +++ b/openssh-config.patch @@ -50,8 +50,8 @@ # no default banner path #Banner /some/path -+# Accept locale-related environment variables -+AcceptEnv LANG LC_* LANGUAGE TZ ++# Accept locale-related environment variables, also accept GIT vars ++AcceptEnv LANG LC_* LANGUAGE TZ GIT_* + # override default of no subsystems Subsystem sftp /usr/libexec/sftp-server @@ -92,5 +92,5 @@ + ServerAliveInterval 60 + ServerAliveCountMax 10 + TCPKeepAlive no -+# Send locale-related environment variables -+ SendEnv LANG LC_* LANGUAGE TZ ++# Send locale-related environment variables, also pass GIT vars ++ SendEnv LANG LC_* LANGUAGE TZ GIT_* -- 2.44.0