Bug fix for merge diffs and a test.
[catagits/Gitalist.git] / gitalist.conf
CommitLineData
89de6a33 1name Gitalist
86382b95 2
7bf1a6f5 3<Model::CollectionOfRepos>
fb594cc7 4 #git /path/to/git
a5f84b93 5 # Configure this to where your repositories are.
6 # repo_dir __path_to(../)__
7bf1a6f5 7</Model::CollectionOfRepos>
e66db0fb 8
7ebec345 9sitename "A Gitalist"
e66db0fb 10
86382b95 11# $feature{'blame'}{'default'} = [1];
12<feature>
f78e75d8 13 <blame>
14 default = 1
15 </blame>
86382b95 16</feature>
17
18# fs traversing limit for getting project list
19# the number is relative to the projectroot
20project_maxdepth 2007
fde5091f 21
22<paging>
23 log = 50
f78e75d8 24 summary = 17
fde5091f 25</paging>
61ba8635 26
27<patches>
28 max = 16
29</patches>