Add Apache specific section to docs.
[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 <paging>
12   log = 20
13   summary = 17
14 </paging>
15
16 # Support gitweb patches action.
17 <patches>
18   max = 16
19 </patches>