]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'eg/config-type-path-docfix'
authorJunio C Hamano <gitster@pobox.com>
Sat, 23 Sep 2023 00:01:37 +0000 (17:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 23 Sep 2023 00:01:37 +0000 (17:01 -0700)
Typofix.

* eg/config-type-path-docfix:
  git-config: fix misworded --type=path explanation

Documentation/git-config.txt

index 7a2bcb2f6cb6f94b677d47de49ae8c6d0b98f2b8..b1caac887ae2dc5ce683ab4c6d91eed849403afe 100644 (file)
@@ -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.)