9c9db9d
#
2f0e005
# See cgitrc(5) or /usr/share/doc/cgit-*/cgitrc.5.html for details
9c9db9d
#
9c9db9d
9c9db9d
# Enable caching of up to 1000 output entries
9c9db9d
cache-size=1000
9c9db9d
9c9db9d
# Specify some default clone prefixes
9c9db9d
#clone-prefix=git://example.com ssh://example.com/pub/git http://example.com/git
9c9db9d
9c9db9d
# Specify the css url
9c9db9d
css=/cgit-data/cgit.css
9c9db9d
9c9db9d
# Show extra links for each repository on the index page
9c9db9d
enable-index-links=1
9c9db9d
2f0e005
# Enable ASCII art commit history graph on the log pages
2f0e005
enable-commit-graph=1
2f0e005
9c9db9d
# Show number of affected files per commit on the log pages
9c9db9d
enable-log-filecount=1
9c9db9d
9c9db9d
# Show number of added/removed lines per commit on the log pages
9c9db9d
enable-log-linecount=1
9c9db9d
9c9db9d
# Add a cgit favicon
9c9db9d
#favicon=/favicon.ico
9c9db9d
9c9db9d
# Use a custom logo
9c9db9d
logo=/cgit-data/cgit.png
9c9db9d
2f0e005
# Enable statistics per week, month and quarter
2f0e005
max-stats=quarter
2f0e005
9c9db9d
# Set the title and heading of the repository index page
9c9db9d
#root-title=example.com git repositories
9c9db9d
9c9db9d
# Set a subheading for the repository index page
9c9db9d
#root-desc=tracking the foobar development
9c9db9d
9c9db9d
# Include some more info about this site on the index page
9c9db9d
#root-readme=/var/www/html/about.html
9c9db9d
9c9db9d
# Allow download of tar.gz, tar.bz2 and zip-files
9c9db9d
#snapshots=tar.gz tar.bz2 zip
9c9db9d
9c9db9d
##
2f0e005
## List of common mimetypes
2f0e005
##
2f0e005
2f0e005
mimetype.gif=image/gif
2f0e005
mimetype.html=text/html
2f0e005
mimetype.jpg=image/jpeg
2f0e005
mimetype.jpeg=image/jpeg
2f0e005
mimetype.pdf=application/pdf
2f0e005
mimetype.png=image/png
2f0e005
mimetype.svg=image/svg+xml
2f0e005
2f0e005
# Enable syntax highlighting (requires the highlight package)
2f0e005
#source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh
2f0e005
2f0e005
##
9c9db9d
## List of repositories.
2f0e005
## PS: Any repositories listed when section is unset will not be
2f0e005
##     displayed under a section heading
9c9db9d
## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos')
9c9db9d
##      and included like this:
9c9db9d
##        include=/etc/cgitrepos
9c9db9d
##
9c9db9d
9c9db9d
#repo.url=foo
9c9db9d
#repo.path=/var/lib/git/foo.git
9c9db9d
#repo.desc=the master foo repository
9c9db9d
#repo.owner=fooman@example.com
9c9db9d
#repo.readme=info/web/about.html