Skip to content

Commit

Permalink
config.txt: Describe special 'none' handling in core.gitProxy.
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Sit <sit@emilsit.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Emil Sit authored and Junio C Hamano committed Mar 17, 2009
1 parent 8ad3dae commit 642d084
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 642d084

Please sign in to comment.