Rename 'git-help--browse.sh' to 'git-web--browse.sh'.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Christian Couder
2008-02-02 07:32:53 +01:00
committed by Junio C Hamano
parent caa87713bc
commit 5884f1fe96
4 changed files with 5 additions and 5 deletions

2
help.c
View File

@ -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)