зеркало из https://github.com/microsoft/git.git
handle https:// protocol in git-clone
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
f25b79397c
Коммит
b20805af60
|
@ -298,7 +298,7 @@ yes,yes)
|
|||
fi
|
||||
git-ls-remote "$repo" >"$GIT_DIR/CLONE_HEAD" || exit 1
|
||||
;;
|
||||
http://*)
|
||||
https://*|http://*)
|
||||
if test -z "@@NO_CURL@@"
|
||||
then
|
||||
clone_dumb_http "$repo" "$D"
|
||||
|
|
Загрузка…
Ссылка в новой задаче