Re: [PATCH] config doc: quote paths, fixing tilde-interpretation

2013-07-26 Thread Junio C Hamano
Ramkumar Ramachandra writes: > 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

[PATCH] config doc: quote paths, fixing tilde-interpretation

2013-07-26 Thread Ramkumar Ramachandra
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