]> localhost Git - gitweb-theme.git/commitdiff
feat: remove log
authorJansen <[email protected]>
Tue, 8 Jul 2025 11:13:25 +0000 (07:13 -0400)
committerJansen <[email protected]>
Tue, 8 Jul 2025 11:13:25 +0000 (07:13 -0400)
gitweb.conf

index 05b65e549afe241666459ec8aedc71770c8bfc9f..681c03c299adc06ef799a0a2e1a01b6138b08e49 100644 (file)
@@ -5,7 +5,7 @@ sub git_print_page_nav {
         my ($current, $suppress, $head, $treehead, $treebase, $extra) = @_;
         $extra = '' if !defined $extra; # pager or formats
 
-        my @navs = qw(summary shortlog log commit commitdiff tree);
+        my @navs = qw(summary shortlog commit commitdiff tree);
         if ($suppress) {
                 @navs = grep { $_ ne $suppress } @navs;
         }