]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Fix searchbox positioning
[Gitweb] / gitweb.perl
index 84293a5d12175cb834304954bc1d17f5ee4e73164c06f530b40c265652c92ea4..74edff9a9686f21f2f83eb584fceb07be085ee5062807e1ce96a1b36d7b35617 100755 (executable)
@@ -5367,7 +5367,7 @@ sub git_feed {
 
        # log/feed of current (HEAD) branch, log of given branch, history of file/directory
        my $head = $hash || 'HEAD';
-       my @commitlist = parse_commits($head, 150);
+       my @commitlist = parse_commits($head, 150, 0, undef, $file_name);
 
        my %latest_commit;
        my %latest_date;
This page took 0.211329 seconds and 4 git commands to generate.