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

index 681c03c299adc06ef799a0a2e1a01b6138b08e49..90485baa78d182ceef70bb1d751a3b75e39fbd5e 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 commit commitdiff tree);
+        my @navs = qw(summary shortlog tree);
         if ($suppress) {
                 @navs = grep { $_ ne $suppress } @navs;
         }