Make the tree fragment work as expected so that you can browse trees again
[catagits/Gitalist.git] / lib / Gitalist / URIStructure / Commit.pm
index e59e64c..0140681 100644 (file)
@@ -27,4 +27,12 @@ sub tree : Chained('find') Args() {}
 
 sub commit : Chained('find') PathPart('') {}
 
+sub blob : Chained('find') Args() {}
+
+sub blame : Chained('find') Args() {}
+
+sub history : Chained('find') Args() {}
+
+sub raw : Chained('find') Args() {}
+
 1;