summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f25b793)
raw | patch | inline | side by side (parent: f25b793)
author | Michael Krelin <hacker@klever.net> | |
Mon, 7 Aug 2006 15:10:21 +0000 (17:10 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 7 Aug 2006 18:35:16 +0000 (11:35 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh | patch | blob | history |
diff --git a/git-clone.sh b/git-clone.sh
index acc7a51b97c2ade58ab64299eb16c940a724c260..7060bdab01f696c4a664fb243aac96b9a786f2f7 100755 (executable)
--- a/git-clone.sh
+++ b/git-clone.sh
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"