summaryrefslogtreecommitdiffstats
path: root/gitweb.conf.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-26 17:09:55 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-26 17:09:55 -0700
commit120be22c2495b892d9f6318ed9de76fe42845ce0 (patch)
treeeb3dd38fcc1118f93909a039c6d9221b9b66a26a /gitweb.conf.txt
parent6231f82c7fa61a032fa97c200d8ca36ab4764c2e (diff)
downloadgit-htmldocs-120be22c2495b892d9f6318ed9de76fe42845ce0.tar.gz
Autogenerated HTML docs for v1.7.7.1-475-g997a1
Diffstat (limited to 'gitweb.conf.txt')
-rw-r--r--gitweb.conf.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitweb.conf.txt b/gitweb.conf.txt
index 4ca3e27dc..7aba497b7 100644
--- a/gitweb.conf.txt
+++ b/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.