diff options
author | Jakub Narebski <jnareb@gmail.com> | 2011-10-16 13:07:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-16 11:09:34 -0700 |
commit | 07ea4df2780663aa851b7f7177d09ab63d1441bb (patch) | |
tree | 48828835cc1a51e050b7eac51fd681950a4a0ce8 /Documentation/gitweb.conf.txt | |
parent | gitweb: Add gitweb.conf(5) manpage for gitweb configuration files (diff) | |
download | tgif-07ea4df2780663aa851b7f7177d09ab63d1441bb.tar.xz |
gitweb: Add gitweb(1) manpage for gitweb itself
Most of what is in gitweb.txt it has been pulled directly from the
README and INSTALL files of gitweb.
Current version is somewhat based on structure of SVN::Web manpage
(one of web interfaces for Subversion).
gitweb.conf(5) i.e. gitweb configuration manpage now refers to
appropriate sections in gitweb(1). gitweb/README now refers to
gitweb/INSTALL and gitweb(1) manpage. gitweb/INSTALL now refers to
gitweb.conf(5) and gitweb(1).
Inspired-by: Drew Northup <drew.northup@maine.edu>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitweb.conf.txt')
-rw-r--r-- | Documentation/gitweb.conf.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index 327246c19a..4ca3e27dc9 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -35,6 +35,10 @@ CGI script with the default name 'gitweb_config.perl' -- allowing one to have multiple gitweb instances with different configurations by the use of symlinks. +Note that some configuration can be controlled on per-repository rather than +gitweb-wide basis: see "Per-repository gitweb configuration" subsection on +linkgit:gitweb[1] manpage. + DISCUSSION ---------- @@ -109,6 +113,8 @@ Location of repositories The configuration variables described below control how gitweb finds git repositories, and how repositories are displayed and accessed. +See also "Repositories" and later subsections in linkgit:gitweb[1] manpage. + $projectroot:: Absolute filesystem path which will be prepended to project path; the path to repository is `$projectroot/$project`. Set to @@ -193,6 +199,9 @@ our $export_ok = "git-daemon-export-ok"; ---------------------------------------------------------------------------- + If not set (default), it means that this feature is disabled. ++ +See also more involved example in "Controlling access to git repositories" +subsection on linkgit:gitweb[1] manpage. $strict_export:: Only allow viewing of repositories also shown on the overview page. |