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:
Johannes Schindelin
2009-02-19 20:22:14 +01:00
parent 85f2fd02bd
commit 5461f4e786

3
git-parse-remote.sh Normal file → Executable file
View 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 () {