Limit the number of branches/tags listed by default.
[catagits/Gitalist.git] / lib / Gitalist / URIStructure / Repository.pm
index 13c6ed8..2e142bd 100644 (file)
@@ -43,10 +43,10 @@ sub object : Chained('find') PathPart('') Args(1) {
 
 }
 
-sub summary : Chained('find') Args() {}
+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;