diff options
Diffstat (limited to 'git/web/templates/cgitrc.j2')
| -rw-r--r-- | git/web/templates/cgitrc.j2 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/git/web/templates/cgitrc.j2 b/git/web/templates/cgitrc.j2 new file mode 100644 index 0000000..6c1a7ff --- /dev/null +++ b/git/web/templates/cgitrc.j2 @@ -0,0 +1,18 @@ +remove-suffix=1 + +root-title=src.nth.io +root-desc=Git repositories + +difftype=ssdiff + +enable-http-clone=1 +enable-index-links=1 +enable-log-filecount=1 +enable-log-linecount=1 + +source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +about-filter=/usr/lib/cgit/filters/about-formatting.sh + +{% for repo in cgit_repos %} +repo.path={{cgit_repos_dir}}{{repo}}.git +{% endfor %} |
