blob: 6700dfb42ce82a8cc1c5bb347f1e7bedae7c8bc2 (
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# https://man.archlinux.org/man/cgitrc.5
root-title=RustyManta Git Repository
root-desc=A collection of my personal and experimental public projects
css=/cgit.css
logo=/cgit.png
favicon=/favicon.ico
enable-index-owner=1
enable-http-clone=1
enable-index-links=1
enable-blame=1
enable-commit-graph=1
enable-log-filecount=1
enable-log-linecount=1
branch-sort=age
max-stats=quarter
snapshots=tar.gz zip
readme=:README.md
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
about-filter=/usr/lib/cgit/filters/about-formatting.sh
email-filter=/usr/lib/cgit/filters/cgit-email-fitler.sh
### Repos
# repo.url=project1
# repo.name=Project1
# repo.path=/git-repos/project1.git
# repo.desc=This is a test repo
# repo.clone-url=http://git.localhost/project1
|