]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- send/accept GIT_* env vars
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Jan 2009 13:26:54 +0000 (13:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-config.patch -> 1.6

openssh-config.patch

index 8952cd69274ee003bf4254152e3f3fad9b4aede7..17325ce26753fedd192c2661dbb7b56e973cef5a 100644 (file)
@@ -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_*
This page took 0.313403 seconds and 4 git commands to generate.