Use appropriate prototype depending on perl version in test.
[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     # NOTE - If you are running from a checkout, there is a gitalist_local.conf
7     #        which will override settings here!!
8     # See: http://search.cpan.org/dist/Gitalist/lib/Gitalist.pm#WHEN_CHECKING_GITALIST_OUT_OF_GIT
9     # repo_dir __path_to(../)__
10 </Model::CollectionOfRepos>
11
12 sitename "A Gitalist"
13
14 <paging>
15   log = 20
16   summary = 17
17 </paging>
18
19 # Support gitweb patches action.
20 <patches>
21   max = 16
22 </patches>