help: use command-list.h for common command list
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 10 May 2018 08:46:42 +0000 (10:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 May 2018 10:52:47 +0000 (19:52 +0900)
The previous commit added code generation for all_cmd_desc[] which
includes almost everything we need to generate common command list.
Convert help code to use that array instead and drop common_cmds[] array.

The description of each common command group is removed from
command-list.txt. This keeps this file format simpler. common-cmds.h
will not be generated correctly after this change due to the
command-list.txt format change. But it does not matter and
common-cmds.h will be removed.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found