config.txt: Describe special 'none' handling in core.gitProxy.
Signed-off-by: Emil Sit <sit@emilsit.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
8ad3dae3a7
commit
642d0844b9
@ -221,6 +221,11 @@ core.gitProxy::
|
|||||||
Can be overridden by the 'GIT_PROXY_COMMAND' environment variable
|
Can be overridden by the 'GIT_PROXY_COMMAND' environment variable
|
||||||
(which always applies universally, without the special "for"
|
(which always applies universally, without the special "for"
|
||||||
handling).
|
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::
|
core.ignoreStat::
|
||||||
If true, commands which modify both the working tree and the index
|
If true, commands which modify both the working tree and the index
|
||||||
|
Loading…
Reference in New Issue
Block a user