gitweb: tree view: eliminate redundant "blob"
[gitweb.git] / git-clone.sh
index acc7a51b97c2ade58ab64299eb16c940a724c260..e1b3bf382f7683ec429e99eae13a3abc3b80e2b1 100755 (executable)
@@ -298,7 +298,7 @@ yes,yes)
                fi
                git-ls-remote "$repo" >"$GIT_DIR/CLONE_HEAD" || exit 1
                ;;
-       http://*)
+       https://*|http://*|ftp://*)
                if test -z "@@NO_CURL@@"
                then
                        clone_dumb_http "$repo" "$D"