From f1dcdfe064780a6dd9264c7e4b4025443e7639da Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 29 Sep 2006 08:10:51 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.4.2.1-g21ff
---
config.txt | 6 ++++++
git-repo-config.html | 13 ++++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
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