From: Luben Tuikov Date: Thu, 28 Sep 2006 23:48:40 +0000 (-0700) Subject: gitweb: Remove redundant "commit" link from shortlog X-Git-Tag: v1.4.3-rc1~4^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1d866e9b8d5a6f0dbe490ba3467440bbf87feaf;p=git.git 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/gitweb.perl b/gitweb/gitweb.perl index 9550bd74e..5ef4d07ca 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/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" .