]> git.pld-linux.org Git - packages/cgit.git/blame - cgit.conf
- up to 0.10.2
[packages/cgit.git] / cgit.conf
CommitLineData
3a018776
AG
1# SAMPLE CGITRC FILE
2# -------------------
3
4# Enable caching of up to 1000 output entriess
5cache-size=1000
6
7
8# Specify some default clone prefixes
9#clone-prefix=git://foobar.com ssh://foobar.com/pub/git http://foobar.com/git
10
11# Specify the css url
12css=/cgit/cgit.css
13
14
15# Show extra links for each repository on the index page
16enable-index-links=1
17
18
19# Show number of affected files per commit on the log pages
20enable-log-filecount=1
21
22
23# Show number of added/removed lines per commit on the log pages
24enable-log-linecount=1
25
26
27# Add a cgit favicon
28# favicon=/favicon.ico
29
30
31# Use a custom logo
32logo=/cgit/cgit.png
33
34
35# Set the title and heading of the repository index page
36root-title=foobar.com git repositories
37
38
39# Set a subheading for the repository index page
40root-desc=tracking the foobar development
41
42
43# Include some more info about foobar.com on the index page
44root-readme=/var/www/htdocs/about.html
45
46
47# Allow download of tar.gz, tar.bz and zip-files
48snapshots=tar.gz tar.bz zip
49
50# include repos config
51include=/etc/webapps/cgit/cgit-repo.conf
This page took 0.045643 seconds and 4 git commands to generate.