summaryrefslogtreecommitdiffstats
path: root/gitweb.conf.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-30 16:34:40 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-30 16:34:40 +0900
commit94d00a5c4ebb12f2552118f261d8f82c05c2501d (patch)
tree89cfa22e35b5476dd4ae8ab79277fa6f2eb25557 /gitweb.conf.html
parenta4df8edd688285dc532353d4075d979d5ec20306 (diff)
downloadgit-htmldocs-94d00a5c4ebb12f2552118f261d8f82c05c2501d.tar.gz
Autogenerated HTML docs for v2.19.1-708-g4ede3
Diffstat (limited to 'gitweb.conf.html')
-rw-r--r--gitweb.conf.html26
1 files changed, 10 insertions, 16 deletions
diff --git a/gitweb.conf.html b/gitweb.conf.html
index 52aab521d..340d1ee22 100644
--- a/gitweb.conf.html
+++ b/gitweb.conf.html
@@ -759,7 +759,7 @@ perl script fragment as its configuration file. You can set variables
using "<code>our $variable = value</code>"; text from a "#" character until the
end of a line is ignored. See <strong>perlsyn</strong>(1) for details.</p></div>
<div class="paragraph"><p>An example:</p></div>
-<div class="literalblock">
+<div class="listingblock">
<div class="content">
<pre><code># gitweb configuration file for http://git.example.org
#
@@ -1161,8 +1161,6 @@ $home_link_str
</p>
<div class="paragraph"><p>For example, the following setting produces a breadcrumb trail like
"home / dev / projects / &#8230;" where "projects" is the home link.</p></div>
-</dd>
-</dl></div>
<div class="listingblock">
<div class="content">
<pre><code> our @extra_breadcrumbs = (
@@ -1170,7 +1168,7 @@ $home_link_str
[ 'dev' =&gt; 'https://dev.example.org/' ],
);</code></pre>
</div></div>
-<div class="dlist"><dl>
+</dd>
<dt class="hdlist1">
$logo_url
</dt>
@@ -1882,19 +1880,15 @@ scrutiny. Duplicated values are filtered.</p></div>
<div class="paragraph"><p>To enable blame, pickaxe search, and snapshot support (allowing "tar.gz" and
"zip" snapshots), while allowing individual projects to turn them off, put
the following in your GITWEB_CONFIG file:</p></div>
-<div class="literalblock">
+<div class="listingblock">
<div class="content">
<pre><code>$feature{'blame'}{'default'} = [1];
-$feature{'blame'}{'override'} = 1;</code></pre>
-</div></div>
-<div class="literalblock">
-<div class="content">
-<pre><code>$feature{'pickaxe'}{'default'} = [1];
-$feature{'pickaxe'}{'override'} = 1;</code></pre>
-</div></div>
-<div class="literalblock">
-<div class="content">
-<pre><code>$feature{'snapshot'}{'default'} = ['zip', 'tgz'];
+$feature{'blame'}{'override'} = 1;
+
+$feature{'pickaxe'}{'default'} = [1];
+$feature{'pickaxe'}{'override'} = 1;
+
+$feature{'snapshot'}{'default'} = ['zip', 'tgz'];
$feature{'snapshot'}{'override'} = 1;</code></pre>
</div></div>
<div class="paragraph"><p>If you allow overriding for the snapshot feature, you can specify which
@@ -2005,7 +1999,7 @@ gitweb_config.perl
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-10-30 16:33:48 JST
</div>
</div>
</body>