]> git.99rst.org Git - git.git/commit
help: use list_aliases() for alias listing
authorJonatan Holmgren <redacted>
Wed, 18 Feb 2026 21:57:34 +0000 (22:57 +0100)
committerJunio C Hamano <redacted>
Thu, 19 Feb 2026 18:13:20 +0000 (10:13 -0800)
commit3f0cdfa87907096ed7c6caa33fbf360e0e19844c
tree5ac17d0142dc29ed0af1728149d229d04da9b372
parent67ad42147a7acc2af6074753ebd03d904476118f
help: use list_aliases() for alias listing

help.c has its own get_alias() config callback that duplicates the
parsing logic in alias.c. Consolidate by teaching list_aliases() to
also store the alias values (via the string_list util field), then
use it in list_all_cmds_help_aliases() instead of the private
callback.

This preserves the existing error checking for value-less alias
definitions by checking in alias.c rather than help.c.

No functional change intended.

Signed-off-by: Jonatan Holmgren <redacted>
Signed-off-by: Junio C Hamano <redacted>
alias.c
help.c
t/t0014-alias.sh
git clone https://git.99rst.org/PROJECT