author | Miklos Vajna <vmiklos@frugalware.org> | |
Thu, 21 Aug 2008 14:21:48 +0000 (16:21 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 22 Aug 2008 05:18:21 +0000 (22:18 -0700) | ||
commit | 26463c8f7ca1d54a480ea9baf0d98da2b6454204 | |
tree | 4e0550a0f4faf426dfea2c10a9d69164ad4beb25 | tree | snapshot |
parent | a81892dd8c37b6f13793739721b520fee3ce4c2c | commit | diff |
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>
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 | diff | blob | history |