From: Johannes Sixt Date: Fri, 30 Nov 2007 21:51:10 +0000 (+0100) Subject: Windows: Disambiguate DOS style paths from SSH URLs. X-Git-Tag: v1.6.0-rc0~159^2~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/be501813d25bedc1a441940f349fb91bd9fa4ef6?ds=inline;hp=be501813d25bedc1a441940f349fb91bd9fa4ef6 Windows: Disambiguate DOS style paths from SSH URLs. If on Windows a path is specified as C:/path, then this is also a valid SSH URL. To disambiguate between the two interpretations we take an URL that looks like a path with a drive letter as a local URL. Signed-off-by: Johannes Sixt ---