added missing MANIFEST.SKIP so file will not be installed
[catagits/Gitalist.git] / gitalist.conf
index 98b3160..3b70911 100644 (file)
@@ -1,29 +1,19 @@
 name Gitalist
 
-<Model::GitRepos>
+<Model::CollectionOfRepos>
     #git /path/to/git
     # Configure this to where your repositories are.
     # repo_dir __path_to(../)__
-</Model::GitRepos>
+</Model::CollectionOfRepos>
 
 sitename "A Gitalist"
 
-# $feature{'blame'}{'default'} = [1];
-<feature>
-  <blame>
-    default = 1
-  </blame>
-</feature>
-
-# fs traversing limit for getting project list
-# the number is relative to the projectroot
-project_maxdepth 2007
-
 <paging>
-  log = 50
+  log = 20
   summary = 17
 </paging>
 
+# Support gitweb patches action.
 <patches>
   max = 16
 </patches>