debian/control: Standards-Version: 4.3.0.1
[git/debian.git] / debian / gitweb.conf
blob1c398c651dd46f79d1ebb442a17ccfa805a3c5a6
1 # path to git projects (<project>.git)
2 $projectroot = "/var/lib/git";
4 # directory to use for temp files
5 $git_temp = "/tmp";
7 # target of the home link on top of all pages
8 #$home_link = $my_uri || "/";
10 # html text to include at home page
11 #$home_text = "indextext.html";
13 # file with project list; by default, simply scan the projectroot dir.
14 #$projects_list = $projectroot;
16 # stylesheet to use
17 #@stylesheets = ("static/gitweb.css");
19 # javascript code for gitweb
20 #$javascript = "static/gitweb.js";
22 # logo to use
23 #$logo = "static/git-logo.png";
25 # the 'favicon'
26 #$favicon = "static/git-favicon.png";
28 # git-diff-tree(1) options to use for generated patches
29 #@diff_opts = ("-M");
30 @diff_opts = ();