commit | 2b5b4ac29275ee49184a8aee98f60b744890f5bb | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Apr 23 17:22:18 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu Apr 23 17:22:18 2009 -0700 |
tree | badc77e3f0fc036888766b39386be0e595551472 | |
parent | 6f6cd77a50fd4ffff360d4aee1c6bc05bfb802c1 [diff] |
Disable SSH ControlMaster option on Cygwin Bug: REPO-29 Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/git_config.py b/git_config.py index 53b52c8..4526461 100644 --- a/git_config.py +++ b/git_config.py
@@ -346,7 +346,7 @@ if not _ssh_master \ or 'GIT_SSH' in os.environ \ - or sys.platform == 'win32': + or sys.platform in ('win32', 'cygwin'): # failed earlier, or cygwin ssh can't do this # return False