From: Michael Krelin Date: Mon, 7 Aug 2006 15:10:21 +0000 (+0200) Subject: handle https:// protocol in git-clone X-Git-Tag: v1.4.2-rc4~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b20805af603380c3abfc1b2e7859d28185e397f1;p=git.git handle https:// protocol in git-clone Signed-off-by: Junio C Hamano --- diff --git a/git-clone.sh b/git-clone.sh index acc7a51b9..7060bdab0 100755 --- a/git-clone.sh +++ b/git-clone.sh @@ -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"