Bump version to 0.004002 and update Changes.
[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.
7270cf90 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
a5f84b93 9 # repo_dir __path_to(../)__
7bf1a6f5 10</Model::CollectionOfRepos>
e66db0fb 11
7ebec345 12sitename "A Gitalist"
e66db0fb 13
fde5091f 14<paging>
2ee4b079 15 log = 20
f78e75d8 16 summary = 17
fde5091f 17</paging>
61ba8635 18
5111a8ab 19# Support gitweb patches action.
61ba8635 20<patches>
21 max = 16
22</patches>