diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-28 10:18:39 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-28 10:18:39 +0900 |
commit | 2d8f12d28273487b620cbd796560bc284feeffda (patch) | |
tree | f3bde9d4ac70b62a6b71138aca84cf7bf445ece2 /Documentation | |
parent | 4e40fb302eacf4949f6b7d010fd5c11f1f652b7f (diff) | |
parent | 32fceba3fddff4eea4f306f947c4d21911c5daed (diff) | |
download | git-2d8f12d28273487b620cbd796560bc284feeffda.tar.gz |
Merge branch 'np/config-path-doc'
Doc update.
* np/config-path-doc:
config doc: clarify "git config --path" example
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-config.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 83f86b9231..4edd09fc6b 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -174,11 +174,11 @@ See also <<FILES>>. either --bool or --int, as described above. --path:: - 'git-config' will expand leading '{tilde}' to the value of - '$HOME', and '{tilde}user' to the home directory for the + `git config` will expand a leading `~` to the value of + `$HOME`, and `~user` to the home directory for the specified user. This option has no effect when setting the - value (but you can use 'git config bla {tilde}/' from the - command line to let your shell do the expansion). + value (but you can use `git config section.variable ~/` + from the command line to let your shell do the expansion). -z:: --null:: |