summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-01-29 06:08:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-01-29 08:49:28 (GMT)
commitab989adf6ab32fb80fd42cc95ed0eacb029258fe (patch)
tree219fb3317f3126a3eddce99edf33bbec873e9dc0 /Documentation
parentf7ff09d7188aaa60710aa2e6d0da19b70adac2f1 (diff)
downloadgit-ab989adf6ab32fb80fd42cc95ed0eacb029258fe.zip
git-ab989adf6ab32fb80fd42cc95ed0eacb029258fe.tar.gz
git-ab989adf6ab32fb80fd42cc95ed0eacb029258fe.tar.bz2
instaweb: use 'browser.<tool>.path' config option if it's set.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Acked-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 477b2d9..4e222f1 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -369,7 +369,8 @@ branch.<name>.rebase::
browser.<tool>.path::
Override the path for the given tool that may be used to
- browse HTML help. See '-w' option in linkgit:git-help[1].
+ browse HTML help (see '-w' option in linkgit:git-help[1]) or a
+ working repository in gitweb (see linkgit:git-instaweb[1]).
clean.requireForce::
A boolean to make git-clean do nothing unless given -f