]> gitweb.ps.run Git - ps-cgit/blobdiff - cgitrc
Add shared diff-handling functions
[ps-cgit] / cgitrc
diff --git a/cgitrc b/cgitrc
index d45f9c2624230309615f5ce17b41998478540529..f217b394e5413b5cb34543d86f85d2b684b8b9f2 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
 
@@ -77,3 +85,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