]> git.ipfire.org Git - thirdparty/git.git/commit - git-ls-remote.sh
http/ftp: optionally ask curl to not use EPSV command
authorSasha Khapyorsky <sashak@voltaire.com>
Fri, 29 Sep 2006 00:10:44 +0000 (03:10 +0300)
committerJunio C Hamano <junkio@cox.net>
Fri, 29 Sep 2006 02:02:46 +0000 (19:02 -0700)
commit3ea099d48b15f69889f4efe71599c9dfde6bb26a
treea9ad5a1e8038a6ab2300876eae9e940752483792
parent77e565d8f76357781eb6236e031e8e0581de83a9
http/ftp: optionally ask curl to not use EPSV command

If http.noEPSV config variable is defined and true, or if
GIT_CURL_FTP_NO_EPSV environment variable is defined, disable using
of EPSV ftp command (PASV will be used instead). This is helpful with
some "poor" ftp servers which does not support EPSV mode.

Signed-off-by: Sasha Khapyorsky <sashak@voltaire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
git-clone.sh
git-fetch.sh
git-ls-remote.sh
http.c