Re: [PATCH V3 4/5] Help.c: add list_common_guides_help() function

2013-04-02 Thread Eric Sunshine
On Tue, Apr 2, 2013 at 6:39 PM, Philip Oakley wrote: > Re-use list_common_cmds_help but simply change the array name. > Candidate for future refactoring to pass a pointer to the array. > > The common-guides.h list was generated with a simple variant of the > generate-cmdlist.sh and command-list.tx

Re: [PATCH V3 4/5] Help.c: add list_common_guides_help() function

2013-04-02 Thread Junio C Hamano
Philip Oakley writes: > Re-use list_common_cmds_help but simply change the array name. > Candidate for future refactoring to pass a pointer to the array. > > The common-guides.h list was generated with a simple variant of the > generate-cmdlist.sh and command-list.txt. > > Do not list User-manual

[PATCH V3 4/5] Help.c: add list_common_guides_help() function

2013-04-02 Thread Philip Oakley
Re-use list_common_cmds_help but simply change the array name. Candidate for future refactoring to pass a pointer to the array. The common-guides.h list was generated with a simple variant of the generate-cmdlist.sh and command-list.txt. Do not list User-manual and Everday Git which not follow th