Need 0.45
[catagits/Gitalist.git] / gitalist.conf
index 55a06ed..d2e747c 100644 (file)
@@ -1,3 +1,29 @@
-# rename this file to Gitalist.yml and put a ':' in front of 'name' if
-# you want to use YAML like in old versions of Catalyst
 name Gitalist
+
+<Model::CollectionOfRepos>
+    #git /path/to/git
+    # Configure this to where your repositories are.
+    # repo_dir __path_to(../)__
+</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
+  summary = 17
+</paging>
+
+<patches>
+  max = 16
+</patches>