Commands "git", "git --help" and "git help" did not list the subcommand "help" as one of the most commonly used git commands. Yet "git help" is advertised as the help command of git so this patch adds "help" the list. Signed-off-by: Teemu Likonen <tlikonen@xxxxxx> --- command-list.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/command-list.txt b/command-list.txt index 3583a33..510ac69 100644 --- a/command-list.txt +++ b/command-list.txt @@ -47,7 +47,7 @@ git-get-tar-commit-id ancillaryinterrogators git-grep mainporcelain common git-gui mainporcelain git-hash-object plumbingmanipulators -git-help ancillaryinterrogators +git-help ancillaryinterrogators common git-http-fetch synchelpers git-http-push synchelpers git-imap-send foreignscminterface -- 1.5.6.rc1.17.gfc76f -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html