The list of projects is now in working order, but nothing else.
[catagits/Gitalist.git] / gitalist.conf
CommitLineData
89de6a33 1name Gitalist
86382b95 2
3projectroot /home/dbrook/dev
4
5# show repository only if this file exists
6# (only effective if this variable evaluates to true)
7# export_ok
8
9# XXX Code in config FAIL
10# show repository only if this subroutine returns true
11# when given the path to the project, for example:
12# sub { return -e "$_[0]/git-daemon-export-ok"; }
13# export_auth_hook
14
15# home_text # html text to include at home page
16# stylesheet path/to/your/stylesheet.css
17logo /git-logo.png
18favicon /git-favicon.png
19
20# $feature{'blame'}{'default'} = [1];
21<feature>
22 <blame>
23 default = 1
24 </blame>
25</feature>
26
27# fs traversing limit for getting project list
28# the number is relative to the projectroot
29project_maxdepth 2007