Le jeudi 21 août 2008, Miklos Vajna a écrit :
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 <redacted>
Acked-by: Christian Couder <redacted>
---
On Thu, Aug 21, 2008 at 04:51:11AM +0200, Christian Couder
[off-list ref] wrote:
quoted
But unfortunately it seems that your patch hasn't been merged into
master,
so "git help help" is still broken there and in git 1.6.0.
Here is a patch for 'maint'.
It works fine.
Thanks,
Christian.