From: Lars Hjemli Date: Sun, 23 Aug 2009 22:04:58 +0000 (+0200) Subject: Add support for repo-local cgitrc file X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/74061ed5f03e72796450aa3b8ca1cf6ced5d59e2?hp=74061ed5f03e72796450aa3b8ca1cf6ced5d59e2 Add support for repo-local cgitrc file When recursively scanning a directory tree looking for git repositories, cgit will now parse cgitrc files found within such repositories. The repo-specific config files can include any repo-specific options except 'repo.url' and 'repo.path'. Also, in such config files the 'repo.' prefix can not be used, i.e. the valid options then becomes: * name * clone-url * desc * ower * defbranch * snapshots * enable-log-filecount * enable-log-linecount * max-stats * module-link * section * about-filter * commit-filter * source-filter * readme Signed-off-by: Lars Hjemli ---