summaryrefslogtreecommitdiffstats
path: root/git_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_config.py')
-rw-r--r--git_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_config.py b/git_config.py
index 45264611..6ea505f9 100644
--- a/git_config.py
+++ b/git_config.py
@@ -385,7 +385,7 @@ def close_ssh():
385 pass 385 pass
386 386
387URI_SCP = re.compile(r'^([^@:]*@?[^:/]{1,}):') 387URI_SCP = re.compile(r'^([^@:]*@?[^:/]{1,}):')
388URI_ALL = re.compile(r'^([a-z][a-z+]*)://([^@/]*@?[^/])/') 388URI_ALL = re.compile(r'^([a-z][a-z+]*)://([^@/]*@?[^/]*)/')
389 389
390def _preconnect(url): 390def _preconnect(url):
391 m = URI_ALL.match(url) 391 m = URI_ALL.match(url)