]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Remove redundant "commit" from history
authorLuben Tuikov <redacted>
Fri, 29 Sep 2006 00:20:23 +0000 (17:20 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
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\">" .
-                     $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);
 
This page took 0.076291 seconds and 4 git commands to generate.