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