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