summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-26 16:16:31 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-26 16:16:31 -0700
commit208a1cc3d37f7c0f770440095fd3fa621f3ce006 (patch)
tree95785c6e168527bdda891b90624c4cd68dde0222 /t
parent2ef89f38568c9bfa663a8c79354e6d2135fb6bf3 (diff)
parentc1355b7ffb6573ff7c76aef7d3bab664fb895dc8 (diff)
downloadgit-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 't')
-rw-r--r--t/gitweb-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/gitweb-lib.sh b/t/gitweb-lib.sh
index 292753f77c..21d11d6c2d 100644
--- a/t/gitweb-lib.sh
+++ b/t/gitweb-lib.sh
@@ -16,6 +16,7 @@ our \$projectroot = "$safe_pwd";
our \$project_maxdepth = 8;
our \$home_link_str = 'projects';
our \$site_name = '[localhost]';
+our \$site_html_head_string = '';
our \$site_header = '';
our \$site_footer = '';
our \$home_text = 'indextext.html';