]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Do not print "log" and "shortlog" redundantly in commit view
[Gitweb] / gitweb.perl
index 60f77c399e6d45fb6da4a0046dacf6583d047ae2860cdf1b7f1a5eec8b659daf..722498329a26dd7091da5e3774757d7c70f10ca0fef8c03db1bf74271a7cad31 100755 (executable)
@@ -3017,11 +3017,6 @@ sub git_commit {
                        $cgi->a({-href => href(action=>"blame", hash_parent=>$parent, file_name=>$file_name)},
                                "blame");
        }
-       if (defined $co{'parent'}) {
-               push @views_nav,
-                       $cgi->a({-href => href(action=>"shortlog", hash=>$hash)}, "shortlog"),
-                       $cgi->a({-href => href(action=>"log", hash=>$hash)}, "log");
-       }
        git_header_html(undef, $expires);
        git_print_page_nav('commit', defined $co{'parent'} ? '' : 'commitdiff',
                           $hash, $co{'tree'}, $hash,
This page took 0.2262 seconds and 4 git commands to generate.