summaryrefslogtreecommitdiff
path: root/cgitrc
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-13 15:15:06 (GMT)
committerLars Hjemli <hjemli@gmail.com>2007-05-13 15:15:06 (GMT)
commitc6cf3a424a0860d69b290254d9b19d35527b2d27 (patch)
tree2874f2c42e907cba1187ae32ee686daebc2de59e /cgitrc
parent80e577c3ef2a73becabff7e9c9c242f317a87de9 (diff)
downloadcgit-c6cf3a424a0860d69b290254d9b19d35527b2d27.zip
cgit-c6cf3a424a0860d69b290254d9b19d35527b2d27.tar.gz
cgit-c6cf3a424a0860d69b290254d9b19d35527b2d27.tar.bz2
Add max-commit-count parameter to cgitrc
This enabled customizing number of commits shown per page in log view. It also changes the default from 100 to 50, mainly due to the more cpu intensive log pages (number of files/lines changed) but also since 100 log messages requires excessive scrolling. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgitrc')
-rw-r--r--cgitrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc b/cgitrc
index f217b39..019781e 100644
--- a/cgitrc
+++ b/cgitrc
@@ -55,6 +55,10 @@
#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