]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0012-help.sh
help: add "-a --verbose" to list all commands with synopsis
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 20 May 2018 18:40:01 +0000 (20:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 04:23:14 +0000 (13:23 +0900)
commit63eae83f8f301a1052cdde254b84f5da00e7b9b6
treee7cdcb2b4e7f782e5fff9a87173e2ceda479497f
parent3c7777672bf9bc9ac2ddb422633b39af4faa1682
help: add "-a --verbose" to list all commands with synopsis

This lists all recognized commands [1] by category. The group order
follows closely git.txt.

[1] We may actually show commands that are not built (e.g. if you set
NO_PERL you don't have git-instaweb but it's still listed here). I
ignore the problem because on Linux a git package could be split
anyway. The "git-core" package may not contain git-instaweb even if
it's built because it may end up in a separate package. We can't know
anyway.

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