blob: cab2fa2d7861dc896c9d844c3e67f8588fae687a (
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
|
# https://git.causal.agency/src/tree/www/git.causal.agency/cgitrc
root-title=git
root-desc=“Stay hungry, stay foolish.”
logo=
clone-url=https://$HTTP_HOST/$CGIT_REPO_URL
snapshots=tar.gz zip
enable-blame=1
enable-commit-graph=1
enable-subject-links=1
enable-follow-links=1
enable-index-owner=0
repository-sort=age
branch-sort=age
css=/custom.css
remove-suffix=1
enable-git-config=1
scan-path=/git
# cache-root=/cache/cgit
# cache-size=1024
virtual-root=/
|