Bump version to 0.004002 and update Changes.
[catagits/Gitalist.git] / t / gitalist.conf
index 2f02d50..a8738f9 100644 (file)
@@ -1,6 +1,6 @@
-<Model::GitRepos>
+<Model::CollectionOfRepos>
     repo_dir __path_to(t/lib/repositories)__
-</Model::GitRepos>
+</Model::CollectionOfRepos>
 
 name Gitalist
 
@@ -16,7 +16,7 @@ home_link_str "A Gitalist"
 
 # show repository only if this file exists
 # (only effective if this variable evaluates to true)
-# export_ok 
+# export_ok
 
 # XXX Code in config FAIL
 # show repository only if this subroutine returns true
@@ -43,3 +43,7 @@ project_maxdepth 2007
   log = 50
   summary = 16
 </paging>
+
+<patches>
+  max = 16
+</patches>