From: Junio C Hamano <hidden> Date: 2023-09-16 17:46:23
Evan Gates [off-list ref] writes:
When `--type=<type>` was added as a prefered 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.
Nice spotting (and good archaeology, too).
Thanks.