git-help -i: invoke info with document and node name
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
5cefc33bff
commit
78d39f98f3
2
help.c
2
help.c
@ -286,7 +286,7 @@ static void show_man_page(const char *git_cmd)
|
||||
static void show_info_page(const char *git_cmd)
|
||||
{
|
||||
const char *page = cmd_to_page(git_cmd);
|
||||
execlp("info", "info", page, NULL);
|
||||
execlp("info", "info", "gitman", page, NULL);
|
||||
}
|
||||
|
||||
static void show_html_page(const char *git_cmd)
|
||||
|
Loading…
Reference in New Issue
Block a user