9c9db9d
#
e9b490c
# 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
e9b490c
#clone-prefix=git://example.com ssh://example.com/pub/git https://example.com/git
9c9db9d
9c9db9d
# Specify the css url
9c9db9d
css=/cgit-data/cgit.css
9c9db9d
e9b490c
# Show owner on index page
e9b490c
#enable-index-owner=1
e9b490c
e9b490c
# Allow http transport git clone
e9b490c
#enable-http-clone=1
e9b490c
9c9db9d
# Show extra links for each repository on the index page
e9b490c
#enable-index-links=0
e9b490c
e9b490c
# Enable blame page and create links to it from tree page
e9b490c
#enable-blame=0
9c9db9d
2f0e005
# Enable ASCII art commit history graph on the log pages
e9b490c
#enable-commit-graph=0
2f0e005
9c9db9d
# Show number of affected files per commit on the log pages
e9b490c
#enable-log-filecount=0
9c9db9d
9c9db9d
# Show number of added/removed lines per commit on the log pages
e9b490c
#enable-log-linecount=0
e9b490c
e9b490c
# Sort branches by age or name
e9b490c
#branch-sort=name
9c9db9d
9c9db9d
# Add a cgit favicon
9c9db9d
#favicon=/favicon.ico
9c9db9d
9c9db9d
# Use a custom logo
9c9db9d
logo=/cgit-data/cgit.png
9c9db9d
e9b490c
# Enable statistics per week, month, quarter, or year
e9b490c
#max-stats=
2f0e005
9c9db9d
# Set the title and heading of the repository index page
e9b490c
#root-title=Git Repository Browser
9c9db9d
9c9db9d
# Set a subheading for the repository index page
e9b490c
#root-desc=a fast webinterface for the git dscm
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
e9b490c
# Format markdown, restructuredtext, manpages, text files, and html files
e9b490c
# through the right converters
e9b490c
#about-filter=/usr/libexec/cgit/filters/about-formatting.sh
e9b490c
e9b490c
##
e9b490c
## Search for these files in the root of the default branch of repositories
e9b490c
## for coming up with the about page:
e9b490c
##
e9b490c
#readme=:README.md
e9b490c
#readme=:readme.md
e9b490c
#readme=:README.mkd
e9b490c
#readme=:readme.mkd
e9b490c
#readme=:README.rst
e9b490c
#readme=:readme.rst
e9b490c
#readme=:README.html
e9b490c
#readme=:readme.html
e9b490c
#readme=:README.htm
e9b490c
#readme=:readme.htm
e9b490c
#readme=:README.txt
e9b490c
#readme=:readme.txt
e9b490c
#readme=:README
e9b490c
#readme=:readme
e9b490c
#readme=:INSTALL.md
e9b490c
#readme=:install.md
e9b490c
#readme=:INSTALL.mkd
e9b490c
#readme=:install.mkd
e9b490c
#readme=:INSTALL.rst
e9b490c
#readme=:install.rst
e9b490c
#readme=:INSTALL.html
e9b490c
#readme=:install.html
e9b490c
#readme=:INSTALL.htm
e9b490c
#readme=:install.htm
e9b490c
#readme=:INSTALL.txt
e9b490c
#readme=:install.txt
e9b490c
#readme=:INSTALL
e9b490c
#readme=:install
e9b490c
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