gitweb: provide a way to customize html headers
commitc1355b7ffb6573ff7c76aef7d3bab664fb895dc8
authorLénaïc Huard <lenaic@lhuard.fr.eu.org>
Fri, 21 Oct 2011 07:09:29 +0000 (21 09:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2011 17:18:37 +0000 (21 10:18 -0700)
treedd1ee84d3d0001032d58912b98b2805605cf5661
parent55752fa8610ebc16a1ebda2bcaf73f82142dde30
gitweb: provide a way to customize html headers

This allows web sites to add some specific html headers to the pages
generated by gitweb.

The new variable $site_html_head_string can be set to an html snippet that
will be inserted at the end of the <head> section of each page generated
by gitweb.

Signed-off-by: Lénaïc Huard <lenaic@lhuard.fr.eu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitweb.conf.txt
gitweb/INSTALL
gitweb/Makefile
gitweb/gitweb.perl
t/gitweb-lib.sh