Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-help -i: invoke info with document and node name
author
Junio C Hamano
<gitster@pobox.com>
Mon, 10 Dec 2007 09:19:31 +0000
(
01:19
-0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 10 Dec 2007 09:36:31 +0000
(
01:36
-0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5cefc33
)
diff --git
a/help.c
b/help.c
index 56477f4506a94905c58dad09543bfbb68db61d91..9d7ad6f3194086a9b7b313ee5d29634d2f221b28 100644
(file)
--- a/
help.c
+++ b/
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)