Added paging to the /shortlog action.
[catagits/Gitalist.git] / gitalist.conf
index f3080de..60c71e4 100644 (file)
@@ -1,6 +1,6 @@
 name Gitalist
 
-git /home/dbrook/apps/bin/git
+#git /path/to/git
 projectroot /home/dbrook/dev
 repo_dir /home/dbrook/dev
 
@@ -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>