]> git.ipfire.org Git - thirdparty/git.git/commit
git-config: fix misworded --type=path explanation
authorEvan Gates <evan.gates@gmail.com>
Fri, 15 Sep 2023 20:24:59 +0000 (14:24 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Sep 2023 21:09:37 +0000 (14:09 -0700)
commit58be11432edfe2fc9887266fe9dbc450b5547e78
treea66bd4b08ead805e8418a703178bf2451cf3c93f
parentec583449067bab5b800ecc63926f35c9dae96fa1
git-config: fix misworded --type=path explanation

When `--type=<type>` was added as a prefered alias for `--<type>` by
fb0dc3bac1 (builtin/config.c: support `--type=<type>` as preferred
alias for `--<type>`), the explanation for the path type was
reworded.  Whereas the previous explanation said "expand a leading
`~`" this was changed to "adding a leading `~`".  Change "adding" to
"expanding" to correctly explain the canonicalization.

Signed-off-by: Evan Gates <evan.gates@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt