Starting to hook up "orphaned" actions.
[catagits/Gitalist.git] / gitalist.conf
CommitLineData
89de6a33 1name Gitalist
86382b95 2
1aad4e81 3<Model::GitRepos>
fb594cc7 4 #git /path/to/git
45420449 5 repo_dir __path_to(../)__
1aad4e81 6</Model::GitRepos>
e66db0fb 7
8sitename "Gitalist presently"
9
86382b95 10# $feature{'blame'}{'default'} = [1];
11<feature>
f78e75d8 12 <blame>
13 default = 1
14 </blame>
86382b95 15</feature>
16
17# fs traversing limit for getting project list
18# the number is relative to the projectroot
19project_maxdepth 2007
fde5091f 20
21<paging>
22 log = 50
f78e75d8 23 summary = 17
fde5091f 24</paging>
61ba8635 25
26<patches>
27 max = 16
28</patches>