src.nth.io/

summaryrefslogtreecommitdiff
path: root/git/web/templates/cgitrc.j2
blob: 6e8df0c291951b09b67a0a5d0da31fded8d460e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
remove-suffix=1
virtual-root=/

root-title={{cgit_root_title}}
root-desc={{cgit_root_desc}}

{% if cgit_css_src is defined %}
css=/cgit-custom.css
{% endif %}
{% if cgit_header_src is defined %}
header=/etc/cgit/header.html
{% endif %}
{% if cgit_footer_src is defined %}
footer=/etc/cgit/footer.html
{% endif %}

difftype=ssdiff

enable-git-config=1
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

scan-path={{cgit_scan_path}}