config doc: quote paths, fixing tilde-interpretation
commit5ff0c0e8752f8613ff1143fe909b1797ad338a83
authorRamkumar Ramachandra <artagnon@gmail.com>
Fri, 26 Jul 2013 10:42:02 +0000 (26 16:12 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Jul 2013 15:55:18 +0000 (26 08:55 -0700)
tree8dbab0fc55804ee8696f2cae896b24728641da84
parent117eea7eaaeb5ecb77d9b7cebdb40b4e85f37374
config doc: quote paths, fixing tilde-interpretation

The --global section of git-config(1) currently reads like:

  For writing options: write to global /.gitconfig file rather than the
                                       ^
       start tilde

  repository .git/config, write to $XDG_CONFIG_HOME/git/config file if
  this file exists and the/.gitconfig file doesn’t.
                          ^
  end tilde

Instead of tilde (~) being interpreted literally, asciidoc subscripts
the text between the two tildes.  To fix this problem, use backticks (`)
to quote all the paths in the file uniformly, just like config.txt does.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt