From e44f745d13e60a0c4cbfb7d8628672659d636e76 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 7 Jul 2006 02:04:12 +0000 Subject: [PATCH] Autogenerated man pages for v1.4.1-gc31c --- man1/git-instaweb.1 | 99 ++++++++++++++++++++++++++++++++++++++++++ man1/git-repo-config.1 | 5 ++- 2 files changed, 102 insertions(+), 2 deletions(-) create mode 100755 man1/git-instaweb.1 diff --git a/man1/git-instaweb.1 b/man1/git-instaweb.1 new file mode 100755 index 000000000..95a494c68 --- /dev/null +++ b/man1/git-instaweb.1 @@ -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=] [\-\-port=] [\-\-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 + +.SH "DOCUMENTATION" + + +Documentation by Eric Wong \&. + +.SH "GIT" + + +Part of the \fBgit\fR(7) suite + diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index 87ad2494c..d96ff2060 100755 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-config.1 @@ -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\&.* -- 2.26.2