Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rename 'git-help--browse.sh' to 'git-web--browse.sh'.
[gitweb.git]
/
help.c
diff --git
a/help.c
b/help.c
index 058a397534e82c0b4eab447ba827ef8cb1919320..c35912bc553ce1c9dbb912a2ff8d9464ca51c3bf 100644
(file)
--- a/
help.c
+++ b/
help.c
@@
-347,7
+347,7
@@
static void show_html_page(const char *git_cmd)
get_html_page_path(&page_path, page);
- execl_git_cmd("
help
--browse", "-c", "help.browser", page_path.buf, NULL);
+ execl_git_cmd("
web
--browse", "-c", "help.browser", page_path.buf, NULL);
}
void help_unknown_cmd(const char *cmd)