Implement the 'patch' action.
[catagits/Gitalist.git] / gitalist.conf
CommitLineData
89de6a33 1name Gitalist
86382b95 2
1aad4e81 3<Model::GitRepos>
fb594cc7 4 #git /path/to/git
45420449 5 repo_dir __path_to(../)__
1aad4e81 6</Model::GitRepos>
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
86382b95 18# show repository only if this file exists
19# (only effective if this variable evaluates to true)
20# export_ok
21
22# XXX Code in config FAIL
23# show repository only if this subroutine returns true
24# when given the path to the project, for example:
25# sub { return -e "$_[0]/git-daemon-export-ok"; }
26# export_auth_hook
27
86382b95 28# stylesheet path/to/your/stylesheet.css
29logo /git-logo.png
30favicon /git-favicon.png
31
32# $feature{'blame'}{'default'} = [1];
33<feature>
34 <blame>
35 default = 1
36 </blame>
37</feature>
38
39# fs traversing limit for getting project list
40# the number is relative to the projectroot
41project_maxdepth 2007
fde5091f 42
43<paging>
44 log = 50
45 summary = 16
46</paging>
61ba8635 47
48<patches>
49 max = 16
50</patches>