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 = ("../wikidata/gitweb.css");
15 $logo = "../wikidata/git-logo.png";
16 $favicon = "../wikidata/git-favicon.png";
18 $feature{'blame'}{'default'} = [1];
20 #bernie: not working with rewrite rule
21 $feature{'pathinfo'}{'default'} = [1];
23 $feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];