NAME
----
- cgitrc - runtime configuration for cgit
+cgitrc - runtime configuration for cgit
SYNOPSIS
verbatim at the bottom of all pages (i.e. it replaces the standard
"generated by..." message. Default value: none.
+head-include::
+ The content of the file specified with this option will be included
+ verbatim in the html HEAD section on all pages. Default value: none.
+
header::
The content of the file specified with this option will be included
verbatim at the top of all pages. Default value: none.
EXAMPLE CGITRC FILE
-------------------
+....
# Enable caching of up to 1000 output entriess
cache-size=1000
# Restrict the max statistics period for this repo
repo.max-stats=month
+....
BUGS