From 38529e28a4f465ad5d5f2fa249ca17da680bac5f Mon Sep 17 00:00:00 2001 From: Sasha Khapyorsky Date: Thu, 14 Sep 2006 05:24:04 +0300 Subject: Trivial support for cloning and fetching via ftp://. This adds trivial support for cloning and fetching via ftp://. Signed-off-by: Sasha Khapyorsky Signed-off-by: Junio C Hamano --- git-clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-clone.sh') diff --git a/git-clone.sh b/git-clone.sh index 7060bdab01..e1b3bf382f 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 ;; - https://*|http://*) + https://*|http://*|ftp://*) if test -z "@@NO_CURL@@" then clone_dumb_http "$repo" "$D" -- cgit v1.3