Add more stubs for commits
[catagits/Gitalist.git] / lib / Gitalist / Controller / Repository.pm
index 3de3bcb..6f9333e 100644 (file)
@@ -31,4 +31,10 @@ sub shortlog : Chained('find') Args(0) {
     $c->forward('/shortlog');
 }
 
+sub log : Chained('find') Args(0) {
+    my ($self, $c) = @_;
+    $c->stash(template => 'log.tt2');
+    $c->forward('/log');
+}
+
 __PACKAGE__->meta->make_immutable;