]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0012-help.sh
help: use command-list.txt for the source of guides
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 20 May 2018 18:40:02 +0000 (20:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 04:23:14 +0000 (13:23 +0900)
commit1b81d8cb19d8da6d865b7fca5a095dd5fec8d209
treef2e9df53830c97ecdc6c77e942feda9816eb9166
parent63eae83f8f301a1052cdde254b84f5da00e7b9b6
help: use command-list.txt for the source of guides

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.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitattributes.txt
Documentation/gitmodules.txt
Documentation/gitrevisions.txt
Makefile
builtin/help.c
command-list.txt
contrib/completion/git-completion.bash
help.c
help.h
t/t0012-help.sh