From: Zachary Stevens Date: Sat, 14 Nov 2009 01:05:50 +0000 (+0000) Subject: Flesh out the testing configuration with expected keys. X-Git-Tag: 0.000000_01~31^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=352713a1cf819c27c0c7528ef4f6065057a28491;p=catagits%2FGitalist.git Flesh out the testing configuration with expected keys. --- diff --git a/t/gitalist.conf b/t/gitalist.conf index bb2c3d8..2f02d50 100644 --- a/t/gitalist.conf +++ b/t/gitalist.conf @@ -2,6 +2,43 @@ repo_dir __path_to(t/lib/repositories)__ +name Gitalist + +sitename "Gitalist presently" + +# URI and label (title) of GIT logo link +logo_url git-scm.org +logo_label "git homepage" +logo_img /git-logo.png + +home_link / +home_link_str "A Gitalist" + +# 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 + +# 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 + log = 50 summary = 16