We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4b8a0c + 58be114 commit 0046d21Copy full SHA for 0046d21
Documentation/git-config.txt
@@ -201,7 +201,7 @@ Valid `<type>`'s include:
201
1073741824 upon input.
202
- 'bool-or-int': canonicalize according to either 'bool' or 'int', as described
203
above.
204
-- 'path': canonicalize by adding a leading `~` to the value of `$HOME` and
+- 'path': canonicalize by expanding a leading `~` to the value of `$HOME` and
205
`~user` to the home directory for the specified user. This specifier has no
206
effect when setting the value (but you can use `git config section.variable
207
~/` from the command line to let your shell do the expansion.)
0 commit comments