Merge branch 'tidy-project'
[catagits/Gitalist.git] / gitalist.conf
index f3080de..a3f08fc 100644 (file)
@@ -1,8 +1,9 @@
 name Gitalist
 
-git /home/dbrook/apps/bin/git
-projectroot /home/dbrook/dev
-repo_dir /home/dbrook/dev
+<Model::GitRepos>
+    #git /path/to/git
+    repo_dir __path_to(../)__
+</Model::GitRepos>
 
 sitename "Gitalist presently"
 
@@ -14,9 +15,6 @@ 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)
 # export_ok 
@@ -41,3 +39,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>