Initial commit of rafl's Git model
[catagits/Gitalist.git] / gitweb.conf
CommitLineData
d7d7a6f2 1# path to git projects (<project>.git)
e24a4932 2$projectroot = "/home/git/repositories";
d7d7a6f2 3
4# directory to use for temp files
5$git_temp = "/tmp";
6
7# target of the home link on top of all pages
8#$home_link = $my_uri || "/";
9
e24a4932 10# caption on top of pages
4666d5c7 11$home_link_str = "Git Repos";
e24a4932 12
d7d7a6f2 13# html text to include at home page
14$home_text = "indextext.html";
15
16# file with project list; by default, simply scan the projectroot dir.
17$projects_list = $projectroot;
18
19# stylesheet to use
20$stylesheet = "/gitweb.css";
21
22# logo to use
23$logo = "/git-logo.png";
24
25# the 'favicon'
26$favicon = "/git-favicon.png";
27
28$feature{'blame'}{'default'} = [1];