WIP of moving the project list to an action.
[catagits/Gitalist.git] / gitalist.conf
1 name Gitalist
2
3 projectroot /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
17 logo /git-logo.png
18 favicon /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
29 project_maxdepth 2007