Bump version to 0.002008, regen README, update Changes.
[catagits/Gitalist.git] / gitalist.conf
1 name Gitalist
2
3 <Model::CollectionOfRepos>
4     #git /path/to/git
5     # Configure this to where your repositories are.
6     # repo_dir __path_to(../)__
7 </Model::CollectionOfRepos>
8
9 sitename "A Gitalist"
10
11 # $feature{'blame'}{'default'} = [1];
12 <feature>
13   <blame>
14     default = 1
15   </blame>
16 </feature>
17
18 # fs traversing limit for getting project list
19 # the number is relative to the projectroot
20 project_maxdepth 2007
21
22 <paging>
23   log = 50
24   summary = 17
25 </paging>
26
27 <patches>
28   max = 16
29 </patches>