summaryrefslogtreecommitdiffstats
path: root/man5/gitweb.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/gitweb.conf.5')
-rw-r--r--man5/gitweb.conf.516
1 files changed, 8 insertions, 8 deletions
diff --git a/man5/gitweb.conf.5 b/man5/gitweb.conf.5
index b5233261f..da98f322f 100644
--- a/man5/gitweb.conf.5
+++ b/man5/gitweb.conf.5
@@ -2,12 +2,12 @@
.\" Title: gitweb.conf
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-02-06
+.\" Date: 2024-02-08
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.561.g235986be82
+.\" Source: Git 2.43.0.581.g5216f8f5c4
.\" Language: English
.\"
-.TH "GITWEB\&.CONF" "5" "2024\-02\-06" "Git 2\&.43\&.0\&.561\&.g235986" "Git Manual"
+.TH "GITWEB\&.CONF" "5" "2024\-02\-08" "Git 2\&.43\&.0\&.581\&.g5216f8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -421,7 +421,7 @@ $home_link_str
Label for the "home link" at the top of all pages, leading to
\fB$home_link\fR
(usually the main gitweb page, which contains the projects list)\&. It is used as the first component of gitweb\(cqs "breadcrumb trail":
-\fB<home link> / <project> / <action>\fR\&. Can be set at build time using the
+\fB<home\-link> / <project> / <action>\fR\&. Can be set at build time using the
\fBGITWEB_HOME_LINK_STR\fR
variable\&. By default it is set to "projects", as this link leads to the list of projects\&. Another popular choice is to set it to the name of site\&. Note that it is treated as raw HTML so it should not be set from untrusted sources\&.
.RE
@@ -694,9 +694,9 @@ Each \fB%feature\fR hash element is a hash reference and has the following struc
.RS 4
.\}
.nf
-"<feature_name>" => {
- "sub" => <feature\-sub (subroutine)>,
- "override" => <allow\-override (boolean)>,
+"<feature\-name>" => {
+ "sub" => <feature\-sub\-(subroutine)>,
+ "override" => <allow\-override\-(boolean)>,
"default" => [ <options>\&.\&.\&. ]
},
.fi
@@ -711,7 +711,7 @@ Some features cannot be overridden per project\&. For those features the structu
.RS 4
.\}
.nf
-"<feature_name>" => {
+"<feature\-name>" => {
"override" => 0,
"default" => [ <options>\&.\&.\&. ]
},