From: Luben Tuikov Date: Thu, 28 Sep 2006 23:48:40 +0000 (-0700) Subject: gitweb: Remove redundant "commit" link from shortlog X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/7e45b2cda10d198375319fa38e1b2dbac48d4da0794bbf3152e08fa196e48c23?ds=sidebyside gitweb: Remove redundant "commit" link from shortlog Remove the redundant "commit" link from shortlog. It can be had by simply clicking on the entry title of the row. Signed-off-by: Luben Tuikov Signed-off-by: Junio C Hamano --- diff --git a/gitweb.perl b/gitweb.perl index c693ed9..8a064b7 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2013,7 +2013,6 @@ sub git_shortlog_body { href(action=>"commit", hash=>$commit), $ref); print "\n" . "" . - $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 "\n" .