Re: [PATCH 2/2] git-config.txt: fix example

2012-08-18 Thread Junio C Hamano
mhag...@alum.mit.edu writes: > To add a new proxy, without altering any of the existing ones, use > > > -% git config core.gitproxy '"proxy-command" for example.com' > +% git config --add core.gitproxy '"proxy-command" for example.com' > Sensible; thanks. -- To unsu

[PATCH 2/2] git-config.txt: fix example

2012-08-18 Thread mhagger
From: Michael Haggerty The "--add" option is required to add a new value to a multivalued configuration entry. Signed-off-by: Michael Haggerty --- Documentation/git-config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-config.txt b/Documentation/git-c