Limit the number of branches/tags listed by default.
[catagits/Gitalist.git] / lib / Gitalist / URIStructure / Repository.pm
index a2c22db..2e142bd 100644 (file)
@@ -45,8 +45,8 @@ sub object : Chained('find') PathPart('') Args(1) {
 
 sub summary : Chained('find') PathPart('') Args() {}
 
-sub heads : Chained('find') Args(0) {}
+sub heads : Chained('find') Args() {}
 
-sub tags : Chained('find') Args(0) {}
+sub tags : Chained('find') Args() {}
 
 1;