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): if ssh_proxy: _setenv(env, 'REPO_SSH_SOCK', ssh_sock()) _setenv(env, 'GIT_SSH', _ssh_proxy()) + _setenv(env, 'GIT_SSH_VARIANT', 'ssh') if 'http_proxy' in env and 'darwin' == sys.platform: s = "'http.proxy=%s'" % (env['http_proxy'],) p = env.get('GIT_CONFIG_PARAMETERS')