src.nth.io/

summaryrefslogtreecommitdiff
path: root/git/web/templates/cgitrc.j2
blob: 6c1a7ff17aeebfcd73f62a0f850c7fb9b72a6e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 %}