gitweb.conf: Make customizations.
authormwolson_admin <mwolson_admin@deleuze.hcoop.net>
Sun, 24 Feb 2008 21:35:50 +0000 (16:35 -0500)
committermwolson_admin <mwolson_admin@deleuze.hcoop.net>
Sun, 24 Feb 2008 21:35:50 +0000 (16:35 -0500)
gitweb.conf

index b673301..6a5c888 100644 (file)
@@ -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'];