3 # path to git projects (<project>.git)
4 $projectroot = "/home/bernie/public_html/wiki/git";
7 'git://www.codewiz.org/~bernie',
8 'http://www.codewiz.org/~bernie/git',
9 'ssh://shell.codewiz.org/~bernie/public_git');
11 $site_name = "Codewiz Git Repositories";
14 @stylesheets = ("../wiki/gitweb.css");
15 $logo = "../wiki/git-logo.png";
16 $favicon = "../wiki/favicon.ico";
18 $feature{'blame'}{'default'} = [1];
20 #$feature{'avatar'}{'default'} = ['gravatar'];
22 #bernie: not working with rewrite rule
23 $feature{'pathinfo'}{'default'} = [1];
25 #bernie: disabled because lame spam harvesters download them all
26 #$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];