diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-26 16:16:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-26 16:16:31 -0700 |
commit | 208a1cc3d37f7c0f770440095fd3fa621f3ce006 (patch) | |
tree | 95785c6e168527bdda891b90624c4cd68dde0222 /gitweb/INSTALL | |
parent | 2ef89f38568c9bfa663a8c79354e6d2135fb6bf3 (diff) | |
parent | c1355b7ffb6573ff7c76aef7d3bab664fb895dc8 (diff) | |
download | git-208a1cc3d37f7c0f770440095fd3fa621f3ce006.tar.gz |
Merge branch 'lh/gitweb-site-html-head'
* lh/gitweb-site-html-head:
gitweb: provide a way to customize html headers
Diffstat (limited to 'gitweb/INSTALL')
-rw-r--r-- | gitweb/INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitweb/INSTALL b/gitweb/INSTALL index d134ffe4c7..6d45406797 100644 --- a/gitweb/INSTALL +++ b/gitweb/INSTALL @@ -130,6 +130,8 @@ You can specify the following configuration variables when building GIT: Points to an .html file which is included on the gitweb project overview page ('projects_list' view), if it exists. Relative to gitweb.cgi script. [Default: indextext.html] + * GITWEB_SITE_HTML_HEAD_STRING + html snippet to include in the <head> section of each page. [No default] * GITWEB_SITE_HEADER Filename of html text to include at top of each page. Relative to gitweb.cgi script. [No default] |