help.c: split up list_all_cmds_help() function
commit6fb427abbb06236546c0d5b873e580b0a6fdb414
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 21 Feb 2022 19:38:47 +0000 (21 20:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Feb 2022 21:41:36 +0000 (23 13:41 -0800)
treecc3f69a34a5393e1517b392b203c95445e3ad79d
parentbf7eed75b90756c960da4828476b669a358df05b
help.c: split up list_all_cmds_help() function

Split up the listing of commands and aliases from
list_all_cmds_help(). This will make a subsequent functional change
smaller.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c