Skip to content

Commit d1e1fe7

Browse files
committed
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 <[email protected]>
1 parent d0714cc commit d1e1fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Given a .git/config like this:
251251

252252
; Proxy settings
253253
[core]
254-
gitproxy="proxy-command" for kernel.org
254+
gitproxy=proxy-command for kernel.org
255255
gitproxy=default-proxy ; for all the rest
256256

257257
you can set the filemode to true with

0 commit comments

Comments
 (0)