mirror of
https://github.com/git/git.git
synced 2026-03-13 02:13:24 +01:00
Undo MSys specific munging of ssh transport URLs
We have our own msys-1.0.dll, which needs no more munging of the ssh transport URLs. Besides, almost everything related to remotes is builtin by now. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
3
git-parse-remote.sh
Normal file → Executable file
3
git-parse-remote.sh
Normal file → Executable file
@@ -51,8 +51,7 @@ get_remote_url () {
|
||||
;;
|
||||
*)
|
||||
die "internal error: get-remote-url $1" ;;
|
||||
esac | sed "s|^\(.[^:][^:]*\):\(/[^/]\)|ssh://\1\2|"
|
||||
# work around MinGW path mangling
|
||||
esac
|
||||
}
|
||||
|
||||
get_default_remote () {
|
||||
|
||||
Reference in New Issue
Block a user