Added paging to the /shortlog action.
[catagits/Gitalist.git] / gitalist.conf
index 81b1fb4..60c71e4 100644 (file)
@@ -41,3 +41,8 @@ favicon /git-favicon.png
 # fs traversing limit for getting project list
 # the number is relative to the projectroot
 project_maxdepth 2007
+
+<paging>
+  log = 50
+  summary = 16
+</paging>