From: Luben Tuikov Date: Fri, 29 Sep 2006 00:20:23 +0000 (-0700) Subject: gitweb: Remove redundant "commit" from history X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/c15a18dafa72f16442e5cb164c6d49a1b9bed800348bc93cbdaac1fb82a21931 gitweb: Remove redundant "commit" from history Remove redundant "commit" from history -- it can be had by clicking on the title of the commit. This commit makes visualization consistent with shortlog, log, etc. Signed-off-by: Luben Tuikov Signed-off-by: Junio C Hamano --- diff --git a/gitweb.perl b/gitweb.perl index dbe4896..fde83b3 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2071,7 +2071,6 @@ sub git_history_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=>$ftype, hash_base=>$commit, file_name=>$file_name)}, $ftype);