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-ls-remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-ls-remote.sh') diff --git a/git-ls-remote.sh b/git-ls-remote.sh index 2fdcaf7886..2c0b52122f 100755 --- a/git-ls-remote.sh +++ b/git-ls-remote.sh @@ -49,7 +49,7 @@ trap "rm -fr $tmp-*" 0 1 2 3 15 tmpdir=$tmp-d case "$peek_repo" in -http://* | https://* ) +http://* | https://* | ftp://* ) if [ -n "$GIT_SSL_NO_VERIFY" ]; then curl_extra_args="-k" fi -- cgit v1.2.1