summaryrefslogtreecommitdiff
path: root/templates/lower.epp
blob: f77c8a1b13ed888dd20895f210613840582b809d (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
29
30
31

enable-follow-links=1
enable-subject-links=1 # show commit summary for parrent

#side-by-side-diffs=1
enable-commit-graph=1
enable-index-links=1
enable-remote-branches=1
local-time=1

case-sensative-sort=0

max-repo-count=100

enable-http-clone=<%= if $cgit::enable_http_clone { 1 } else { 0 } %>
clone-url=<%= $cgit::clone_url.join(' ') %>

readme=:README
readme=:README.md
readme=:README.txt
readme=:readme
readme=:readme.md
readme=:readme.txt

virtual-root=
remove-suffix=1
section-from-path=1
enable-git-config=1

snapshots=tar.gz tar.xz
scan-path=<%= $cgit::scan_path %>