git-config doc: unconfuse an example
authorJunio C Hamano <gitster@pobox.com>
Sat, 18 Aug 2012 23:35:09 +0000 (16:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Aug 2012 23:39:35 +0000 (16:39 -0700)
commitd1e1fe7569835901090b936f984117b15df43bec
treec7c51ac5d8e849174b4a2b817fe3a6be4c484bd9
parentd0714cc87b9ac0a5c9b900ed90e63bfec02577c8
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 <gitster@pobox.com>
Documentation/git-config.txt