diff options
-rw-r--r-- | git_command.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git_command.py b/git_command.py index dfa6a924..b1e9e172 100644 --- a/git_command.py +++ b/git_command.py | |||
@@ -152,6 +152,7 @@ class GitCommand(object): | |||
152 | if ssh_proxy: | 152 | if ssh_proxy: |
153 | _setenv(env, 'REPO_SSH_SOCK', ssh_sock()) | 153 | _setenv(env, 'REPO_SSH_SOCK', ssh_sock()) |
154 | _setenv(env, 'GIT_SSH', _ssh_proxy()) | 154 | _setenv(env, 'GIT_SSH', _ssh_proxy()) |
155 | _setenv(env, 'GIT_SSH_VARIANT', 'ssh') | ||
155 | if 'http_proxy' in env and 'darwin' == sys.platform: | 156 | if 'http_proxy' in env and 'darwin' == sys.platform: |
156 | s = "'http.proxy=%s'" % (env['http_proxy'],) | 157 | s = "'http.proxy=%s'" % (env['http_proxy'],) |
157 | p = env.get('GIT_CONFIG_PARAMETERS') | 158 | p = env.get('GIT_CONFIG_PARAMETERS') |