Merge branch 'np/config-path-doc'

Doc update.

* np/config-path-doc:
  config doc: clarify "git config --path" example
This commit is contained in:
Junio C Hamano 2017-10-28 10:18:39 +09:00
commit 2d8f12d282

View File

@ -174,11 +174,11 @@ See also <<FILES>>.
either --bool or --int, as described above. either --bool or --int, as described above.
--path:: --path::
'git-config' will expand leading '{tilde}' to the value of `git config` will expand a leading `~` to the value of
'$HOME', and '{tilde}user' to the home directory for the `$HOME`, and `~user` to the home directory for the
specified user. This option has no effect when setting the specified user. This option has no effect when setting the
value (but you can use 'git config bla {tilde}/' from the value (but you can use `git config section.variable ~/`
command line to let your shell do the expansion). from the command line to let your shell do the expansion).
-z:: -z::
--null:: --null::