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