Skip to content
  • Duy Nguyen's avatar
    help: use command-list.h for common command list · cfb22a02
    Duy Nguyen authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    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: default avatarNguyễn Thái Ngọc Duy <pclouds@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    cfb22a02