Add CONFIGURATION section to Gitalist POD.
[catagits/Gitalist.git] / gitalist.conf
index d2e747c..a238ab0 100644 (file)
@@ -8,22 +8,12 @@ name Gitalist
 
 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>
 
+# Support gitweb patches action.
 <patches>
   max = 16
 </patches>