X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=gitalist.conf;h=c0a69516f786dfbbc5e5a51ff522dd5dbec1f2a9;hb=86382b958ab98c7e48ffbb72b2eb8234afd25741;hp=55a06edfffe4ec071f9426337f1133f13ce37125;hpb=fbf3eb7e9a1617ea07f11b7c49b905a0c5a27f4f;p=catagits%2FGitalist.git diff --git a/gitalist.conf b/gitalist.conf index 55a06ed..c0a6951 100644 --- a/gitalist.conf +++ b/gitalist.conf @@ -1,3 +1,29 @@ -# rename this file to Gitalist.yml and put a ':' in front of 'name' if -# you want to use YAML like in old versions of Catalyst name Gitalist + +projectroot /home/dbrook/dev + +# show repository only if this file exists +# (only effective if this variable evaluates to true) +# export_ok + +# XXX Code in config FAIL +# show repository only if this subroutine returns true +# when given the path to the project, for example: +# sub { return -e "$_[0]/git-daemon-export-ok"; } +# export_auth_hook + +# home_text # html text to include at home page +# stylesheet path/to/your/stylesheet.css +logo /git-logo.png +favicon /git-favicon.png + +# $feature{'blame'}{'default'} = [1]; + + + default = 1 + + + +# fs traversing limit for getting project list +# the number is relative to the projectroot +project_maxdepth 2007