Small cleanups
[catagits/Gitalist.git] / gitalist.conf
1 name Gitalist
2
3 <Model::GitRepos>
4     #git /path/to/git
5     repo_dir __path_to(../)__
6 </Model::GitRepos>
7
8 sitename "Gitalist presently"
9
10 # $feature{'blame'}{'default'} = [1];
11 <feature>
12   <blame>
13     default = 1
14   </blame>
15 </feature>
16
17 # fs traversing limit for getting project list
18 # the number is relative to the projectroot
19 project_maxdepth 2007
20
21 <paging>
22   log = 50
23   summary = 17
24 </paging>
25
26 <patches>
27   max = 16
28 </patches>