-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgitrc
46 lines (36 loc) · 1.04 KB
/
cgitrc
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
46
# Specify some default clone urls using macro expansion
clone-url=http://example.com/yanngit/$CGIT_REPO_URL.git
##
## List of filters
##
source-filter=/usr/local/share/cgit/filters/syntax-highlighting.py
about-filter=/usr/local/share/cgit/filters/about-formatting.sh
email-filter=/usr/local/share/cgit/filters/email-gravatar.py
##
## List of common mimetypes
##
mimetype.gif=image/gif
mimetype.html=text/html
mimetype.jpg=image/jpeg
mimetype.jpeg=image/jpeg
mimetype.pdf=application/pdf
mimetype.png=image/png
mimetype.svg=image/svg+xml
##
## List of documentation files
##
readme=:README.md
# Enable statistics per week, month and quarter
max-stats=quarter
# Show number of affected files per commit on the log pages
enable-log-filecount=1
# Show number of added/removed lines per commit on the log pages
enable-log-linecount=1
# Enable blame page and create links to it from tree page
enable-blame=1
# YGHH's repository
repo.url=yghh
repo.path=/var/www/htdocs/yghh.git
repo.desc=Yannick's Git Hosting Howto
repo.owner=Yannick Garcia
repo.logo=/yghh.png