diff options
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -13,9 +13,17 @@ snapshots=tar.gz zip enable-http-clone=1 enable-index-owner=0 -scan-path=/var/lib/git/repositories - -source-filter=/var/www/html/cgit/filters/syntax-highlighting.py +source-filter=/var/www/html/cgit/filters/syntax-highlighting.sh about-filter=/var/www/html/cgit/filters/about-formatting.sh +enable-commit-graph=1 +enable-blame=1 +enable-log-filecount=1 +readme=:README.md +readme=:readme.md +readme=:README +readme=:readme + +# Repository discovery - settings above apply to repos found here +scan-path=/var/lib/git/repositories virtual-root=/ |
