From: Junio C Hamano Date: Fri, 29 Sep 2006 08:10:51 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.2.1-g21ff X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f1dcdfe064780a6dd9264c7e4b4025443e7639da;p=git.git Autogenerated HTML docs for v1.4.2.1-g21ff --- diff --git a/config.txt b/config.txt index 98c1f3e2e..84e38911e 100644 --- a/config.txt +++ b/config.txt @@ -202,6 +202,12 @@ http.lowSpeedLimit, http.lowSpeedTime:: Can be overridden by the 'GIT_HTTP_LOW_SPEED_LIMIT' and 'GIT_HTTP_LOW_SPEED_TIME' environment variables. +http.noEPSV:: + A boolean which disables using of EPSV ftp command by curl. + This can helpful with some "poor" ftp servers which doesn't + support EPSV mode. Can be overridden by the 'GIT_CURL_FTP_NO_EPSV' + environment variable. Default is false (curl will use EPSV). + i18n.commitEncoding:: Character encoding the commit messages are stored in; git itself does not care per se, but this information is necessary e.g. when diff --git a/git-repo-config.html b/git-repo-config.html index 210f8b74b..b1b8d0c37 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -855,6 +855,17 @@ http.lowSpeedLimit, http.lowSpeedTime

+http.noEPSV +
+
+

+ A boolean which disables using of EPSV ftp command by curl. + This can helpful with some "poor" ftp servers which doesn't + support EPSV mode. Can be overridden by the GIT_CURL_FTP_NO_EPSV + environment variable. Default is false (curl will use EPSV). +

+
+
i18n.commitEncoding
@@ -1024,7 +1035,7 @@ receive.denyNonFastforwads