Autogenerated man pages for v1.4.1-gc31c
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 7 Jul 2006 02:04:12 +0000 (02:04 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 7 Jul 2006 02:04:12 +0000 (02:04 +0000)
man1/git-instaweb.1 [new file with mode: 0755]
man1/git-repo-config.1

diff --git a/man1/git-instaweb.1 b/man1/git-instaweb.1
new file mode 100755 (executable)
index 0000000..95a494c
--- /dev/null
@@ -0,0 +1,99 @@
+.\"Generated by db2man.xsl. Don't modify this, modify the source.
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
+..
+.TH "GIT-INSTAWEB" 1 "" "" ""
+.SH NAME
+git-instaweb \- instantly browse your working repository in gitweb
+.SH "SYNOPSIS"
+
+
+\fIgit\-instaweb\fR [\-\-local] [\-\-httpd=<httpd>] [\-\-port=<port>] [\-\-browser=<browser>]
+
+
+\fIgit\-instaweb\fR [\-\-start] [\-\-stop] [\-\-restart]
+
+.SH "DESCRIPTION"
+
+
+A simple script to setup gitweb and a web server for browsing the local repository\&.
+
+.SH "OPTIONS"
+
+.TP
+\-l|\-\-local
+Only bind the web server to the local IP (127\&.0\&.0\&.1)\&.
+
+.TP
+\-d|\-\-httpd
+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\&. (Default: lighttpd)
+
+.TP
+\-m|\-\-module\-path
+The module path (only needed if httpd is Apache)\&. (Default: /usr/lib/apache2/modules)
+
+.TP
+\-p|\-\-port
+The port number to bind the httpd to\&. (Default: 1234)
+
+.TP
+\-b|\-\-browser
+The web browser command\-line to execute to view the gitweb page\&. If blank, the URL of the gitweb instance will be printed to stdout\&. (Default: \fIfirefox\fR)
+
+.TP
+\-\-start
+Start the httpd instance and exit\&. This does not generate any of the configuration files for spawning a new instance\&.
+
+.TP
+\-\-stop
+Stop the httpd instance and exit\&. This does not generate any of the configuration files for spawning a new instance, nor does it close the browser\&.
+
+.TP
+\-\-restart
+Restart the httpd instance and exit\&. This does not generate any of the configuration files for spawning a new instance\&.
+
+.SH "CONFIGURATION"
+
+
+You may specify configuration in your \&.git/config
+
+.nf
+[instaweb]
+        local = true
+        httpd = apache2 \-f
+        port = 4321
+        browser = konqueror
+        modulepath = /usr/lib/apache2/modules
+
+.fi
+
+.SH "AUTHOR"
+
+
+Written by Eric Wong <normalperson@yhbt\&.net>
+
+.SH "DOCUMENTATION"
+
+
+Documentation by Eric Wong <normalperson@yhbt\&.net>\&.
+
+.SH "GIT"
+
+
+Part of the \fBgit\fR(7) suite
+
index 87ad2494cfcda94d01dc575fba607c7f94c96f6b..d96ff2060d57fc951d7a5cd18a17ede77615b8d6 100755 (executable)
@@ -281,8 +281,9 @@ If true, the repository is made shareable between several users in a group (maki
 core\&.warnAmbiguousRefs
 If true, git will warn you if the ref name you passed it is ambiguous and might match multiple refs in the \&.git/refs/ tree\&. True by default\&.
 
-
-core\&.compression: An integer \-1\&.\&.9, indicating the compression level for objects that are not in a pack file\&. \-1 is the zlib and git default\&. 0 means no compression, and 1\&.\&.9 are various speed/size tradeoffs, 9 being slowest\&.
+.TP
+core\&.compression
+An integer \-1\&.\&.9, indicating the compression level for objects that are not in a pack file\&. \-1 is the zlib and git default\&. 0 means no compression, and 1\&.\&.9 are various speed/size tradeoffs, 9 being slowest\&.
 
 .TP
 alias\&.*