Re: [PATCH v6 10/13] help: use command-list.txt for the source of guides
From: Junio C Hamano <hidden> Date: 2018-05-08 04:04:10
Nguyễn Thái Ngọc Duy [off-list ref] writes:
The help command currently hard codes the list of guides and their
summary in C. Let's move this list to command-list.txt. This lets us
extract summary lines from Documentation/git*.txt. This also
potentially lets us list guides in git.txt, but I'll leave that for
now.
---