summaryrefslogtreecommitdiffstats
path: root/git-config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.txt')
-rw-r--r--git-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-config.txt b/git-config.txt
index 7a2bcb2f6..b1caac887 100644
--- a/git-config.txt
+++ b/git-config.txt
@@ -201,7 +201,7 @@ Valid `<type>`'s include:
1073741824 upon input.
- 'bool-or-int': canonicalize according to either 'bool' or 'int', as described
above.
-- 'path': canonicalize by adding a leading `~` to the value of `$HOME` and
+- 'path': canonicalize by expanding a leading `~` to the value of `$HOME` and
`~user` to the home directory for the specified user. This specifier has no
effect when setting the value (but you can use `git config section.variable
~/` from the command line to let your shell do the expansion.)