Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-27 03:16:31 +0400
committerJunio C Hamano <gitster@pobox.com>2011-10-27 03:16:31 +0400
commit208a1cc3d37f7c0f770440095fd3fa621f3ce006 (patch)
tree95785c6e168527bdda891b90624c4cd68dde0222 /Documentation
parent2ef89f38568c9bfa663a8c79354e6d2135fb6bf3 (diff)
parentc1355b7ffb6573ff7c76aef7d3bab664fb895dc8 (diff)
Merge branch 'lh/gitweb-site-html-head'
* lh/gitweb-site-html-head: gitweb: provide a way to customize html headers
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitweb.conf.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt
index 4ca3e27dc9..7aba497b74 100644
--- a/Documentation/gitweb.conf.txt
+++ b/Documentation/gitweb.conf.txt
@@ -364,6 +364,11 @@ $site_name::
+
Can be set using the `GITWEB_SITENAME` at build time. Unset by default.
+$site_html_head_string::
+ HTML snippet to be included in the <head> section of each page.
+ Can be set using `GITWEB_SITE_HTML_HEAD_STRING` at build time.
+ No default value.
+
$site_header::
Name of a file with HTML to be included at the top of each page.
Relative to the directory containing the 'gitweb.cgi' script.