Documentation/config.txt: Document config file syntax better
commite136f33b5ff9b2293a61073295b0294fad8e6e42
authorJakub Narebski <jnareb@gmail.com>
Mon, 22 Jan 2007 15:25:47 +0000 (22 16:25 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 20:54:02 +0000 (22 12:54 -0800)
tree541f0351db8ef4a636fed8135b1bdabdf423ef4d
parentbf3f67ba718393fb2b5fd5d4fc861029d4578a8a
Documentation/config.txt: Document config file syntax better

Separate part of Documentation/config.txt which deals with git config file
syntax into "Syntax" subsection, and expand it.  Add information about
subsections, boolean values, escaping and escape sequences in string
values, and continuing variable value on the next line.

Add also proxy settings to config file example to show example of
partially enclosed in double quotes string value.

Parts based on comments by Junio C Hamano, Johannes Schindelin,
config.c, and the smb.conf(5) man page.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt