]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Remove redundant "commit" link from shortlog
[Gitweb] / gitweb.perl
index c693ed97c72744a3c8cd351def5c849ead53f0cf514dedb6bcdc840edfec603b..8a064b753927693497149ffd42af51c1b910ac6b379cf98fa4aff3530893014e 100755 (executable)
@@ -2013,7 +2013,6 @@ sub git_shortlog_body {
                                          href(action=>"commit", hash=>$commit), $ref);
                print "</td>\n" .
                      "<td class=\"link\">" .
                                          href(action=>"commit", hash=>$commit), $ref);
                print "</td>\n" .
                      "<td class=\"link\">" .
-                     $cgi->a({-href => href(action=>"commit", hash=>$commit)}, "commit") . " | " .
                      $cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff") . " | " .
                      $cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree");
                print "</td>\n" .
                      $cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff") . " | " .
                      $cgi->a({-href => href(action=>"tree", hash=>$commit, hash_base=>$commit)}, "tree");
                print "</td>\n" .
This page took 0.209077 seconds and 4 git commands to generate.