From bbcdc290c6c0b8121e57dbca4bd66c9e5e729959 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 23 May 2007 22:46:54 +0200 Subject: 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 --- cgitrc | 1 + 1 file changed, 1 insertion(+) (limited to 'cgitrc') diff --git a/cgitrc b/cgitrc index eaa9ce3..054a708 100644 --- a/cgitrc +++ b/cgitrc @@ -108,3 +108,4 @@ #repo.enable-log-filecount=0 # override the default filecount setting #repo.enable-log-linecount=0 # override the default linecount setting #repo.module-link=/git/%s/commit/?id=%s # override the standard module-link +#repo.readme=info/web/readme # specify a file to include on summary page -- cgit v1.2.1