Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.txt: Fix grammatical error in description of http.noEPSV
author
Frank Lichtenheld
<frank@lichtenheld.de>
Fri, 13 Apr 2007 16:02:33 +0000
(18:02 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 14 Apr 2007 02:39:28 +0000
(19:39 -0700)
s/doesn't/don't/ since "ftp servers" is plural
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5007af8
)
diff --git
a/Documentation/config.txt
b/Documentation/config.txt
index e5be5704814755d884a11d6e7f73736fbd78c813..7e41ca6a0d3e4329d1efc10b4dcb90613975e5bd 100644
(file)
--- a/
Documentation/config.txt
+++ b/
Documentation/config.txt
@@
-462,7
+462,7
@@
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 do
es
n't
+ This can helpful with some "poor" ftp servers which don't
support EPSV mode. Can be overridden by the 'GIT_CURL_FTP_NO_EPSV'
environment variable. Default is false (curl will use EPSV).