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