Skip MYMETA
[catagits/Gitalist.git] / gitalist.conf
index 55a06ed..7de94a7 100644 (file)
@@ -1,3 +1,22 @@
-# 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.
+    # NOTE - If you are running from a checkout, there is a gitalist_local.conf
+    #        which will override settings here!!
+    # See: http://search.cpan.org/dist/Gitalist/lib/Gitalist.pm#WHEN_CHECKING_GITALIST_OUT_OF_GIT
+    # repo_dir __path_to(../)__
+</Model::CollectionOfRepos>
+
+sitename "A Gitalist"
+
+<paging>
+  log = 20
+  summary = 17
+</paging>
+
+# Support gitweb patches action.
+<patches>
+  max = 16
+</patches>