git --help COMMAND brings up the git-COMMAND man-page.
authorAndreas Ericsson <exon@op5.se>
Tue, 15 Nov 2005 23:31:25 +0000 (00:31 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 16 Nov 2005 00:03:00 +0000 (16:03 -0800)
commit97fc6c5fbacc2181319bbd7e2faa8ac04476f862
tree1d6fd74ad1e1f6cd678b35e2de2388e6ee1310ef
parentcb22bc44474686f1e0d1ad991732ccd634498729
git --help COMMAND brings up the git-COMMAND man-page.

It's by design a bit stupid (matching ^git rather than ^git-), so as
to work with 'gitk' and 'git' as well.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git.txt
git.c