Remove whitespace [Gun.io WhitespaceBot]
[catagits/Gitalist.git] / t / gitalist.conf
1 <Model::CollectionOfRepos>
2     repo_dir __path_to(t/lib/repositories)__
3 </Model::CollectionOfRepos>
4
5 name Gitalist
6
7 sitename "Gitalist presently"
8
9 # URI and label (title) of GIT logo link
10 logo_url   git-scm.org
11 logo_label "git homepage"
12 logo_img   /git-logo.png
13
14 home_link /
15 home_link_str "A Gitalist"
16
17 # show repository only if this file exists
18 # (only effective if this variable evaluates to true)
19 # export_ok
20
21 # XXX Code in config FAIL
22 # show repository only if this subroutine returns true
23 # when given the path to the project, for example:
24 #    sub { return -e "$_[0]/git-daemon-export-ok"; }
25 # export_auth_hook
26
27 # stylesheet path/to/your/stylesheet.css
28 logo /git-logo.png
29 favicon /git-favicon.png
30
31 # $feature{'blame'}{'default'} = [1];
32 <feature>
33         <blame>
34                 default = 1
35         </blame>
36 </feature>
37
38 # fs traversing limit for getting project list
39 # the number is relative to the projectroot
40 project_maxdepth 2007
41
42 <paging>
43   log = 50
44   summary = 16
45 </paging>
46
47 <patches>
48   max = 16
49 </patches>