Make the log work for commits and symbolic refs also.
[catagits/Gitalist.git] / lib / Gitalist / Controller / Fragment / Ref.pm
index 310c12c..7a63a95 100644 (file)
@@ -3,7 +3,10 @@ use Moose;
 use namespace::autoclean;
 
 BEGIN { extends 'Gitalist::Controller' }
-with 'Gitalist::URIStructure::Ref';
+with qw/
+    Gitalist::URIStructure::Ref
+    Gitalist::URIStructure::Fragment::WithLog
+/;
 
 sub base : Chained('/fragment/repository/find') PathPart('') CaptureArgs(0) {}