blob: cfd8ba7188478886cfdbbc6f8c9a388cb1c9073a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# cgit config
# see cgitrc(5) for details
css=/cgit.css
logo=/cgit.png
logo-link=/
root-title=index
root-desc=description
clone-url=http://example.com/$CGIT_REPO_URL
enable-blame=1
enable-follow-links=1
enable-index-links=1
enable-index-owner=0
enable-log-filecount=1
enable-log-linecount=1
remove-suffix=1
snapshots=tar.gz
section-from-path=1
scan-path=/data/repositories/
|