about summary refs log tree commit diff stats
path: root/cgitrc
diff options
context:
space:
mode:
authorLars Hjemli2007-05-23 22:46:54 +0200
committerLars Hjemli2007-05-23 22:46:54 +0200
commitbbcdc290c6c0b8121e57dbca4bd66c9e5e729959 (patch)
treefb762f2153b60cc4f997095626af70baa16ce7b1 /cgitrc
parentRemove unused variable from ui-repolist.c:read_agefile() (diff)
downloadcgit-bbcdc290c6c0b8121e57dbca4bd66c9e5e729959.tar.gz
cgit-bbcdc290c6c0b8121e57dbca4bd66c9e5e729959.zip
Add repo.readme parameter
This parameter can be used to specify a repo-specific includefile, which will
then be printed on the summary page for the repo.

If the parametervalue is a not an absolute path, it is taken to be relative
to repo.path.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgitrc')
-rw-r--r--cgitrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgitrc b/cgitrc index eaa9ce3..054a708 100644 --- a/cgitrc +++ b/cgitrc
@@ -108,3 +108,4 @@
108#repo.enable-log-filecount=0 # override the default filecount setting 108#repo.enable-log-filecount=0 # override the default filecount setting
109#repo.enable-log-linecount=0 # override the default linecount setting 109#repo.enable-log-linecount=0 # override the default linecount setting
110#repo.module-link=/git/%s/commit/?id=%s # override the standard module-link 110#repo.module-link=/git/%s/commit/?id=%s # override the standard module-link
111#repo.readme=info/web/readme # specify a file to include on summary page