git help: special-case `scalar`
commitdd9603e22822fab19c0557dad0cf1825de325403
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 2 Sep 2022 15:56:44 +0000 (2 15:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Sep 2022 17:02:56 +0000 (2 10:02 -0700)
tree5b648ca2507be8e333a04d956e885352152ee31c
parent7b5c93c6c6847b4b6037e38418bc8bbb8c2eada8
git help: special-case `scalar`

With this commit, `git help scalar` will open the appropriate manual
or HTML page (instead of looking for `gitscalar`).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/help.c