X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-instaweb.txt;h=841e8fac7fd61f8e5250c1747935156c93999394;hb=972b9a85301e1576c0fb84555396015663a65452;hp=7dd393b97f6a70642fe713fa780c1caed2ead840;hpb=2dcb927f37976ef5185cef5452516b170b14cd6c;p=git.git diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt index 7dd393b97..841e8fac7 100644 --- a/Documentation/git-instaweb.txt +++ b/Documentation/git-instaweb.txt @@ -3,12 +3,13 @@ git-instaweb(1) NAME ---- -git-instaweb - instantly browse your working repository in gitweb +git-instaweb - Instantly browse your working repository in gitweb SYNOPSIS -------- -'git-instaweb' [--local] [--httpd=] [--port=] [--browser=] - +[verse] +'git-instaweb' [--local] [--httpd=] [--port=] + [--browser=] 'git-instaweb' [--start] [--stop] [--restart] DESCRIPTION @@ -26,7 +27,7 @@ OPTIONS The HTTP daemon command-line that will be executed. Command-line options may be specified here, and the configuration file will be added at the end of the command-line. - Currently, lighttpd and apache2 are the only supported servers. + Currently lighttpd, apache2 and webrick are supported. (Default: lighttpd) -m|--module-path:: @@ -70,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 @@ -80,5 +84,4 @@ Documentation by Eric Wong . GIT --- -Part of the gitlink:git[7] suite - +Part of the linkgit:git[7] suite