From: Emil Sit Date: Tue, 17 Mar 2009 17:31:42 +0000 (-0400) Subject: config.txt: Describe special 'none' handling in core.gitProxy. X-Git-Tag: v1.6.3-rc0~148 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=642d0844b9795ca7b1424f4afc8d8c86abd7bf34;p=git.git config.txt: Describe special 'none' handling in core.gitProxy. Signed-off-by: Emil Sit Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 70fd172c6..44916b9e7 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -221,6 +221,11 @@ core.gitProxy:: Can be overridden by the 'GIT_PROXY_COMMAND' environment variable (which always applies universally, without the special "for" handling). ++ +The special string `none` can be used as the proxy command to +specify that no proxy be used for a given domain pattern. +This is useful for excluding servers inside a firewall from +proxy use, while defaulting to a common proxy for external domains. core.ignoreStat:: If true, commands which modify both the working tree and the index