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