From 412db47522014d830324d3bf0c2374d8a39b6e52 Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Sun, 24 Feb 2008 16:35:50 -0500 Subject: [PATCH] gitweb.conf: Make customizations. --- gitweb.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gitweb.conf b/gitweb.conf index b673301..6a5c888 100644 --- a/gitweb.conf +++ b/gitweb.conf @@ -7,6 +7,9 @@ $git_temp = "/tmp"; # target of the home link on top of all pages #$home_link = $my_uri || "/"; +# string of the home link on top of all pages +$home_link_str = "HCoop"; + # html text to include at home page $home_text = "indextext.html"; @@ -21,3 +24,6 @@ $logo = "/git-logo.png"; # the 'favicon' $favicon = "/git-favicon.png"; + +# features +$feature{'snapshot'}{'default'} = ['tgz','zip']; -- 2.20.1