X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/09f7478efa1fea21cc0c42955fcd33f17f3a0a54e36ab97659b0225d566eeaa8..f10a555a2b70317b292d69f0413684380a48b539e2b0528a84614b82715f99b3:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 60f77c3..7224983 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -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,