summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5007af8)
raw | patch | inline | side by side (parent: 5007af8)
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>
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | patch | blob | history |
index e5be5704814755d884a11d6e7f73736fbd78c813..7e41ca6a0d3e4329d1efc10b4dcb90613975e5bd 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
http.noEPSV::
A boolean which disables using of EPSV ftp command by curl.
- This can helpful with some "poor" ftp servers which doesn'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).