diff options
Diffstat (limited to 'git_config.py')
-rw-r--r-- | git_config.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/git_config.py b/git_config.py index 8cc52dab..6b47456f 100644 --- a/git_config.py +++ b/git_config.py | |||
@@ -458,9 +458,7 @@ def _open_ssh(host, port=None): | |||
458 | # to the log there. | 458 | # to the log there. |
459 | pass | 459 | pass |
460 | 460 | ||
461 | command = command_base[:1] + \ | 461 | command = command_base[:1] + ['-M', '-N'] + command_base[1:] |
462 | ['-M', '-N'] + \ | ||
463 | command_base[1:] | ||
464 | try: | 462 | try: |
465 | Trace(': %s', ' '.join(command)) | 463 | Trace(': %s', ' '.join(command)) |
466 | p = subprocess.Popen(command) | 464 | p = subprocess.Popen(command) |