mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
The common way to specify an ssh remote is to say "host:/path", but MinGW decides for us that this is probably a path list, and path lists are separated by a semicolon on Windows. So before passing this to git-peek-remote.exe, it transforms that to "host;C:/msysGit/path". Avoid that by expanding it to "ssh://host/path", but take extra care not to convert absolute paths to that syntax! Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
5.8 KiB
5.8 KiB