summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorClemens Buchacher <drizzd@aon.at>2012-03-04 16:50:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-05 05:11:06 (GMT)
commitb2c8c6d944722f9a4f27370f4e89d13f61243302 (patch)
tree0e4cec9567eacaec311c3fbe9409e46ecea2680a /Documentation
parent78ed1d2d63390694cb6c451896086fb7338f75b6 (diff)
downloadgit-b2c8c6d944722f9a4f27370f4e89d13f61243302.zip
git-b2c8c6d944722f9a4f27370f4e89d13f61243302.tar.gz
git-b2c8c6d944722f9a4f27370f4e89d13f61243302.tar.bz2
http.proxy: also mention https_proxy and all_proxy
The current wording of the http.proxy documentation suggests that http_proxy is somehow equivalent to http.proxy. However, while http.proxy (by the means of curl's CURLOPT_PROXY option) overrides the proxy for both HTTP and HTTPS protocols, the http_proxy environment variable is used only for HTTP. But since the docs mention only http_proxy, a user might expect it to apply to all HTTP-like protocols. Avoid any such misunderstanding by explicitly mentioning https_proxy and all_proxy as well. Also replace linkgit:curl[1] with a literal 'curl(1)', because the former gets translated to a dead link in the HTML pages. Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a7a6dc0..0e1168c 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1260,9 +1260,10 @@ help.autocorrect::
This is the default.
http.proxy::
- Override the HTTP proxy, normally configured using the 'http_proxy'
- environment variable (see linkgit:curl[1]). This can be overridden
- on a per-remote basis; see remote.<name>.proxy
+ Override the HTTP proxy, normally configured using the 'http_proxy',
+ 'https_proxy', and 'all_proxy' environment variables (see
+ `curl(1)`). This can be overridden on a per-remote basis; see
+ remote.<name>.proxy
http.cookiefile::
File containing previously stored cookie lines which should be used