From: Luben Tuikov Date: Fri, 29 Sep 2006 00:20:23 +0000 (-0700) Subject: gitweb: Remove redundant "commit" from history X-Git-Tag: v1.4.3-rc1~4^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e46b3c027e7953bccbfe26910ff8c2d43225a17c;p=git-core%2Fgit.git 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/gitweb.perl b/gitweb/gitweb.perl index a99e116a4..caaa371d0 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/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);