summaryrefslogtreecommitdiff
path: root/Documentation/git-config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-18 23:35:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-08-18 23:39:35 (GMT)
commitd1e1fe7569835901090b936f984117b15df43bec (patch)
treec7c51ac5d8e849174b4a2b817fe3a6be4c484bd9 /Documentation/git-config.txt
parentd0714cc87b9ac0a5c9b900ed90e63bfec02577c8 (diff)
downloadgit-d1e1fe7569835901090b936f984117b15df43bec.zip
git-d1e1fe7569835901090b936f984117b15df43bec.tar.gz
git-d1e1fe7569835901090b936f984117b15df43bec.tar.bz2
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>
Diffstat (limited to 'Documentation/git-config.txt')
-rw-r--r--Documentation/git-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index 5382753..b24faa8 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