Fix 'git help help'
commit26463c8f7ca1d54a480ea9baf0d98da2b6454204
authorMiklos Vajna <vmiklos@frugalware.org>
Thu, 21 Aug 2008 14:21:48 +0000 (21 16:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2008 05:18:21 +0000 (21 22:18 -0700)
tree4e0550a0f4faf426dfea2c10a9d69164ad4beb25
parenta81892dd8c37b6f13793739721b520fee3ce4c2c
Fix 'git help help'

git help foo invokes man git-foo if foo is a git command, otherwise it
invokes man gitfoo. 'help' is not a git command, but the manual page is
called git-help, so add this special exception.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Acked-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c