summaryrefslogtreecommitdiffstats
path: root/gitweb.conf.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
commit719b8a3137af7aea177e42a98cdfbb5180a10f33 (patch)
tree0b0aceeacfdab20db87a431a8a95e1388f0d9e19 /gitweb.conf.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
Diffstat (limited to 'gitweb.conf.html')
-rw-r--r--gitweb.conf.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/gitweb.conf.html b/gitweb.conf.html
index c4bdcfd59..56a5332db 100644
--- a/gitweb.conf.html
+++ b/gitweb.conf.html
@@ -608,7 +608,7 @@ one to have multiple gitweb instances with different configurations by
the use of symlinks.</p></div>
<div class="paragraph"><p>Note that some configuration can be controlled on per-repository rather than
gitweb-wide basis: see "Per-repository gitweb configuration" subsection on
-<a href="gitweb.html">gitweb(1)</a> manpage.</p></div>
+ manpage.</p></div>
</div>
<h2 id="_discussion">DISCUSSION</h2>
<div class="sectionbody">
@@ -680,7 +680,7 @@ and installing gitweb.</p></div>
<h3 id="_location_of_repositories">Location of repositories</h3><div style="clear:left"></div>
<div class="paragraph"><p>The configuration variables described below control how gitweb finds
git repositories, and how repositories are displayed and accessed.</p></div>
-<div class="paragraph"><p>See also "Repositories" and later subsections in <a href="gitweb.html">gitweb(1)</a> manpage.</p></div>
+<div class="paragraph"><p>See also "Repositories" and later subsections in manpage.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
$projectroot
@@ -782,7 +782,7 @@ $export_auth_hook
</div></div>
<div class="paragraph"><p>If not set (default), it means that this feature is disabled.</p></div>
<div class="paragraph"><p>See also more involved example in "Controlling access to git repositories"
-subsection on <a href="gitweb.html">gitweb(1)</a> manpage.</p></div>
+subsection on manpage.</p></div>
</dd>
<dt class="hdlist1">
$strict_export
@@ -1378,7 +1378,7 @@ blame
<dd>
<p>
Enable the "blame" and "blame_incremental" blob views, showing for
- each line the last commit that modified it; see <a href="git-blame.html">git-blame(1)</a>.
+ each line the last commit that modified it; see .
This can be very CPU-intensive and is therefore disabled by default.
</p>
<div class="paragraph"><p>This feature can be configured on a per-repository basis via
@@ -1391,7 +1391,7 @@ snapshot
<p>
Enable and configure the "snapshot" action, which allows user to
download a compressed archive of any tree or commit, as produced
- by <a href="git-archive.html">git-archive(1)</a> and possibly additionally compressed.
+ by and possibly additionally compressed.
This can potentially generate high traffic if you have large project.
</p>
<div class="paragraph"><p>The value of 'default' is a list of names of snapshot formats,
@@ -1410,7 +1410,7 @@ grep
<dd>
<p>
Enable grep search, which lists the files in currently selected
- tree (directory) containing the given string; see <a href="git-grep.html">git-grep(1)</a>.
+ tree (directory) containing the given string; see .
This can be potentially CPU-intensive, of course. Enabled by default.
</p>
<div class="paragraph"><p>This feature can be configured on a per-repository basis via
@@ -1426,9 +1426,9 @@ pickaxe
practical and quite faster alternative to "blame" action, but it is
still potentially CPU-intensive. Enabled by default.
</p>
-<div class="paragraph"><p>The pickaxe search is described in <a href="git-log.html">git-log(1)</a> (the
+<div class="paragraph"><p>The pickaxe search is described in (the
description of <tt>-S&lt;string&gt;</tt> option, which refers to pickaxe entry in
-<a href="gitdiffcore.html">gitdiffcore(7)</a> for more details).</p></div>
+ for more details).</p></div>
<div class="paragraph"><p>This feature can be configured on a per-repository basis by setting
repository&#8217;s <tt>gitweb.pickaxe</tt> configuration variable (boolean).</p></div>
</dd>
@@ -1439,7 +1439,7 @@ show-sizes
<p>
Enable showing size of blobs (ordinary files) in a "tree" view, in a
separate column, similar to what <tt>ls -l</tt> does; see description of
- <tt>-l</tt> option in <a href="git-ls-tree.html">git-ls-tree(1)</a> manpage. This costs a bit of
+ <tt>-l</tt> option in manpage. This costs a bit of
I/O. Enabled by default.
</p>
<div class="paragraph"><p>This feature can be configured on a per-repository basis via
@@ -1451,7 +1451,7 @@ patches
<dd>
<p>
Enable and configure "patches" view, which displays list of commits in email
- (plain text) output format; see also <a href="git-format-patch.html">git-format-patch(1)</a>.
+ (plain text) output format; see also .
The value is the maximum number of patches in a patchset generated
in "patches" view. Set the <em>default</em> field to a list containing single
item of or to an empty list to disable patch view, or to a list
@@ -1505,7 +1505,7 @@ remote_heads
Enable displaying remote heads (remote-tracking branches) in the "heads"
list. In most cases the list of remote-tracking branches is an
unnecessary internal private detail, and this feature is therefore
- disabled by default. <a href="git-instaweb.html">git-instaweb(1)</a>, which is usually used
+ disabled by default. , which is usually used
to browse local repositories, enables and uses this feature.
</p>
<div class="paragraph"><p>This feature can be configured on a per-repository basis via
@@ -1521,7 +1521,7 @@ search
<p>
Enable text search, which will list the commits which match author,
committer or commit text to a given string; see the description of
- <tt>--author</tt>, <tt>--committer</tt> and <tt>--grep</tt> options in <a href="git-log.html">git-log(1)</a>
+ <tt>--author</tt>, <tt>--committer</tt> and <tt>--grep</tt> options in
manpage. Enabled by default.
</p>
<div class="paragraph"><p>Project specific override is not supported.</p></div>
@@ -1712,12 +1712,12 @@ gitweb_config.perl
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p><a href="gitweb.html">gitweb(1)</a>, <a href="git-instaweb.html">git-instaweb(1)</a></p></div>
+<div class="paragraph"><p>, </p></div>
<div class="paragraph"><p><em>gitweb/README</em>, <em>gitweb/INSTALL</em></p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
+<div class="paragraph"><p>Part of the suite</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>