6 git-instaweb - Instantly browse your working repository in gitweb
10 'git-instaweb' [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
12 'git-instaweb' [--start] [--stop] [--restart]
16 A simple script to setup gitweb and a web server for browsing the local
23 Only bind the web server to the local IP (127.0.0.1).
26 The HTTP daemon command-line that will be executed.
27 Command-line options may be specified here, and the
28 configuration file will be added at the end of the command-line.
29 Currently, lighttpd and apache2 are the only supported servers.
33 The module path (only needed if httpd is Apache).
34 (Default: /usr/lib/apache2/modules)
37 The port number to bind the httpd to. (Default: 1234)
41 The web browser command-line to execute to view the gitweb page.
42 If blank, the URL of the gitweb instance will be printed to
43 stdout. (Default: 'firefox')
46 Start the httpd instance and exit. This does not generate
47 any of the configuration files for spawning a new instance.
50 Stop the httpd instance and exit. This does not generate
51 any of the configuration files for spawning a new instance,
52 nor does it close the browser.
55 Restart the httpd instance and exit. This does not generate
56 any of the configuration files for spawning a new instance.
61 You may specify configuration in your .git/config
63 -----------------------------------------------------------------------
69 modulepath = /usr/lib/apache2/modules
71 -----------------------------------------------------------------------
75 Written by Eric Wong <normalperson@yhbt.net>
79 Documentation by Eric Wong <normalperson@yhbt.net>.
83 Part of the gitlink:git[7] suite