]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Add snapshot to shortlog
[Gitweb] / gitweb.perl
index 0199c01c61b2163e21b3acff4f4181b803b3f3e88645963a839569a6cdef9209..ead598333b66303f266a60f691b58c35e828d87d7a809fbf83b4d58b8f90b8a3 100755 (executable)
@@ -2021,7 +2021,8 @@ sub git_shortlog_body {
                print "</td>\n" .
                      "<td class=\"link\">" .
                      $cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff") . " | " .
-                     $cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree");
+                     $cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree") . " | " .
+                     $cgi->a({-href => href(action=>"snapshot", hash=>$commit)}, "snapshot");
                print "</td>\n" .
                      "</tr>\n";
        }
This page took 0.19046 seconds and 4 git commands to generate.