]> granicus.if.org Git - git/commit
git-help.txt: document "git help cmd" vs "git cmd --help" for aliases
authorRasmus Villemoes <rv@rasmusvillemoes.dk>
Tue, 9 Oct 2018 11:59:09 +0000 (13:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Oct 2018 01:21:44 +0000 (10:21 +0900)
commit912104770d1b3b009a58e95ae57f6db65791b031
tree999db0780bd75db36cbc030066d098bdf6a6ce36
parenta9a60b94ccda5ff25faf51f39faeac11cac68346
git-help.txt: document "git help cmd" vs "git cmd --help" for aliases

This documents the existing behaviour of "git help cmd" when cmd is an
alias, as well as providing a hint to use the "git cmd --help" form to
be taken directly to the man page for the aliased command.

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-help.txt