]> gitweb.ps.run Git - ps-cgit/blobdiff - cgitrc
cgit.c: fix whitespace breakage
[ps-cgit] / cgitrc
diff --git a/cgitrc b/cgitrc
index d45f9c2624230309615f5ce17b41998478540529..019781eaab2c036eee13440365ac85ed807801c2 100644 (file)
--- a/cgitrc
+++ b/cgitrc
@@ -8,6 +8,10 @@
 #nocache=0
 
 
+## Enable/disable snapshots by default. This can be overridden per repo
+#snapshots=0
+
+
 ## Specify a root for virtual urls. This makes cgit generate urls like
 ##
 ##    http://localhost/git/repo/log/?id=master
 #logo-link=http://www.kernel.org/pub/software/scm/git/docs/
 
 
+## Url loaded when clicking a submodule link
+#module-link=./?repo=%s&page=commit&id=%s
+
+
 ## Number of chars shown of commit subject message (in log view)
 #max-message-length=60
 
 
+## Number of commits per page in log view
+#max-commit-count=50
+
+
 ## Root of cached output
 #cache-root=/var/cache/cgit
 
@@ -77,3 +89,5 @@
 #repo.desc=the caching cgi for git
 #repo.path=/pub/git/cgit
 #repo.owner=Lars Hjemli
+#repo.snapshots=1                              # override a sitewide snapshot-setting
+#repo.module-link=/git/%s/commit/?id=%s                # override the standard module-link