diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2007-12-05 06:09:40 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-09 01:19:54 -0800 |
commit | c07a07c588fea82c2426d795a75324b3035c0a71 (patch) | |
tree | 970306ad55961e63641afc90da1c983b25363271 /Documentation/git-instaweb.txt | |
parent | d3a866bc8b5604d31638648d671e524cc84fbb26 (diff) | |
download | git-c07a07c588fea82c2426d795a75324b3035c0a71.tar.gz |
Documentation: describe -w/--web option to "git-help".
Also explain that "git instaweb" may use "web.browser" config
variable.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-instaweb.txt')
-rw-r--r-- | Documentation/git-instaweb.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt index 735008c1ab..d2ce7790e6 100644 --- a/Documentation/git-instaweb.txt +++ b/Documentation/git-instaweb.txt @@ -71,6 +71,9 @@ You may specify configuration in your .git/config ----------------------------------------------------------------------- +If the configuration variable 'instaweb.browser' is not set, +'web.browser' will be used instead if it is defined. + Author ------ Written by Eric Wong <normalperson@yhbt.net> |