Browse Source

git-help -i: invoke info with document and node name

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 17 years ago
parent
commit
78d39f98f3
  1. 2
      help.c

2
help.c

@ -286,7 +286,7 @@ static void show_man_page(const char *git_cmd) @@ -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…
Cancel
Save