Added paging to the /shortlog action.
[catagits/Gitalist.git] / gitalist.conf
index c0a6951..60c71e4 100644 (file)
@@ -1,6 +1,21 @@
 name Gitalist
 
+#git /path/to/git
 projectroot /home/dbrook/dev
+repo_dir /home/dbrook/dev
+
+sitename "Gitalist presently"
+
+# URI and label (title) of GIT logo link
+logo_url   git-scm.org
+logo_label "git homepage"
+logo_img   /git-logo.png
+
+home_link /
+home_link_str "A Gitalist"
+
+# XXX let's not hardcode these yeah?
+version 1.6.3.3
 
 # show repository only if this file exists
 # (only effective if this variable evaluates to true)
@@ -12,7 +27,6 @@ projectroot /home/dbrook/dev
 #    sub { return -e "$_[0]/git-daemon-export-ok"; }
 # export_auth_hook
 
-# home_text # html text to include at home page
 # stylesheet path/to/your/stylesheet.css
 logo /git-logo.png
 favicon /git-favicon.png
@@ -27,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>