Remove whitespace [Gun.io WhitespaceBot]
[catagits/Gitalist.git] / t / gitalist.conf
CommitLineData
7bf1a6f5 1<Model::CollectionOfRepos>
a38862e5 2 repo_dir __path_to(t/lib/repositories)__
7bf1a6f5 3</Model::CollectionOfRepos>
a38862e5 4
352713a1 5name Gitalist
6
7sitename "Gitalist presently"
8
9# URI and label (title) of GIT logo link
10logo_url git-scm.org
11logo_label "git homepage"
12logo_img /git-logo.png
13
14home_link /
15home_link_str "A Gitalist"
16
17# show repository only if this file exists
18# (only effective if this variable evaluates to true)
fe89796b 19# export_ok
352713a1 20
21# XXX Code in config FAIL
22# show repository only if this subroutine returns true
23# when given the path to the project, for example:
24# sub { return -e "$_[0]/git-daemon-export-ok"; }
25# export_auth_hook
26
27# stylesheet path/to/your/stylesheet.css
28logo /git-logo.png
29favicon /git-favicon.png
30
31# $feature{'blame'}{'default'} = [1];
32<feature>
33 <blame>
34 default = 1
35 </blame>
36</feature>
37
38# fs traversing limit for getting project list
39# the number is relative to the projectroot
40project_maxdepth 2007
41
f740f8a9 42<paging>
43 log = 50
44 summary = 16
45</paging>
61ba8635 46
47<patches>
48 max = 16
49</patches>