diff options
author | Jeff King <peff@peff.net> | 2007-12-16 02:21:04 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-16 12:52:40 -0800 |
commit | d7e522cffb2224b91c9c0edde093fbb81a0289b0 (patch) | |
tree | 84d8e40fd754590b46c7592c37857fde24126ac2 /Documentation | |
parent | 6ba78238a824282816944550edc4297dd2808a72 (diff) | |
download | git-d7e522cffb2224b91c9c0edde093fbb81a0289b0.tar.gz git-d7e522cffb2224b91c9c0edde093fbb81a0289b0.tar.xz |
rename git-browse--help to git-help--browse
The convention for helper scripts has been
git-$TOOL--$HELPER. Since this is a "browse" helper for the
"help" tool, git-help--browse is a more sensible name.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-help.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt index 8cd69e712..da3f71850 100644 --- a/Documentation/git-help.txt +++ b/Documentation/git-help.txt @@ -47,13 +47,13 @@ OPTIONS + The web browser can be specified using the configuration variable 'help.browser', or 'web.browser' if the former is not set. If none of -these config variables is set, the 'git-browse--help' helper script +these config variables is set, the 'git-help--browse' helper script (called by 'git-help') will pick a suitable default. + You can explicitly provide a full path to your prefered browser by setting the configuration variable 'browser.<tool>.path'. For example, you can configure the absolute path to firefox by setting -'browser.firefox.path'. Otherwise, 'git-browse--help' assumes the tool +'browser.firefox.path'. Otherwise, 'git-help--browse' assumes the tool is available in PATH. + Note that the script tries, as much as possible, to display the HTML |