From: Junio C Hamano Date: Sat, 18 Aug 2012 23:35:09 +0000 (-0700) Subject: git-config doc: unconfuse an example X-Git-Tag: v1.7.11.6~6^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1e1fe7569835901090b936f984117b15df43bec;p=git.git git-config doc: unconfuse an example One fictitious command "proxy-command" is enclosed inside a double quote pair, while another fictitious command "default-proxy" is not in the example, but the quoting does not change anything in the pair of examples. Remove the quotes to avoid unnecessary confusion. Noticed by Michael Haggerty. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 53827537b..b24faa8a1 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -251,7 +251,7 @@ Given a .git/config like this: ; Proxy settings [core] - gitproxy="proxy-command" for kernel.org + gitproxy=proxy-command for kernel.org gitproxy=default-proxy ; for all the rest you can set the filemode to true with