]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Remove redundant "commit" from history
[Gitweb] / gitweb.perl
index dbe48960c578655267915d0302878edc4cea4bdc9111bbf6bc27839b798ccee6..fde83b36deb5afe9dc52c659948ba6ca57eeebfb92dfcac7f383c0366aaf842e 100755 (executable)
@@ -2071,7 +2071,6 @@ sub git_history_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=>$ftype, hash_base=>$commit, file_name=>$file_name)}, $ftype);
 
                      $cgi->a({-href => href(action=>"commitdiff", hash=>$commit)}, "commitdiff") . " | " .
                      $cgi->a({-href => href(action=>$ftype, hash_base=>$commit, file_name=>$file_name)}, $ftype);
 
This page took 0.235595 seconds and 4 git commands to generate.