All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] config.txt: Describe special 'none' handling in core.gitProxy.
@ 2009-03-17 17:31 Emil Sit
  2009-03-18  5:41 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Emil Sit @ 2009-03-17 17:31 UTC (permalink / raw)
  To: git


Signed-off-by: Emil Sit <sit@emilsit.net>
---
I noticed none support in connect.c that was not documented in config.txt.
Here's a small patch to explain it.

 Documentation/config.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 56bd781..d5532d2 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
-- 
1.6.1
-- 
Emil Sit / http://www.emilsit.net/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] config.txt: Describe special 'none' handling in core.gitProxy.
  2009-03-17 17:31 [PATCH] config.txt: Describe special 'none' handling in core.gitProxy Emil Sit
@ 2009-03-18  5:41 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-03-18  5:41 UTC (permalink / raw)
  To: Emil Sit; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-18  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-17 17:31 [PATCH] config.txt: Describe special 'none' handling in core.gitProxy Emil Sit
2009-03-18  5:41 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.