summaryrefslogtreecommitdiffstats
path: root/cgitrc
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2011-03-06 11:33:31 -0500
committerTodd Zullinger <tmz@pobox.com>2011-03-06 11:38:32 -0500
commit2f0e0051f86b8b66c869e27907ace387f0f52f71 (patch)
treec3e6cd05a8882650c4c6f7e285e407c59c2c5a05 /cgitrc
parenta602a24e37083910a1e017020c9613241ad32fbd (diff)
downloadcgit_EL6-2f0e0051f86b8b66c869e27907ace387f0f52f71.tar.gz
Update example cgitrc
Diffstat (limited to 'cgitrc')
-rw-r--r--cgitrc27
1 files changed, 24 insertions, 3 deletions
diff --git a/cgitrc b/cgitrc
index d3f811a..23b6b86 100644
--- a/cgitrc
+++ b/cgitrc
@@ -1,5 +1,5 @@
#
-# See /usr/share/doc/cgit-*/cgitrc.5.txt for details
+# See cgitrc(5) or /usr/share/doc/cgit-*/cgitrc.5.html for details
#
# Enable caching of up to 1000 output entries
@@ -14,6 +14,9 @@ css=/cgit-data/cgit.css
# Show extra links for each repository on the index page
enable-index-links=1
+# Enable ASCII art commit history graph on the log pages
+enable-commit-graph=1
+
# Show number of affected files per commit on the log pages
enable-log-filecount=1
@@ -26,6 +29,9 @@ enable-log-linecount=1
# Use a custom logo
logo=/cgit-data/cgit.png
+# Enable statistics per week, month and quarter
+max-stats=quarter
+
# Set the title and heading of the repository index page
#root-title=example.com git repositories
@@ -39,9 +45,24 @@ logo=/cgit-data/cgit.png
#snapshots=tar.gz tar.bz2 zip
##
+## List of common mimetypes
+##
+
+mimetype.gif=image/gif
+mimetype.html=text/html
+mimetype.jpg=image/jpeg
+mimetype.jpeg=image/jpeg
+mimetype.pdf=application/pdf
+mimetype.png=image/png
+mimetype.svg=image/svg+xml
+
+# Enable syntax highlighting (requires the highlight package)
+#source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh
+
+##
## List of repositories.
-## PS: Any repositories listed when repo.group is unset will not be
-## displayed under a group heading
+## PS: Any repositories listed when section is unset will not be
+## displayed under a section heading
## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos')
## and included like this:
## include=/etc/cgitrepos