]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Fix searchbox positioning
[Gitweb] / gitweb.perl
index 972339da499be91b809b8aa037fc4c7d6a7a5b07b528c0dccd57f058688cf3f8..74edff9a9686f21f2f83eb584fceb07be085ee5062807e1ce96a1b36d7b35617 100755 (executable)
@@ -1516,6 +1516,7 @@ sub git_get_projects_list {
 
                File::Find::find({
                        follow_fast => 1, # follow symbolic links
+                       follow_skip => 2, # ignore duplicates
                        dangling_symlinks => 0, # ignore dangling symlinks, silently
                        wanted => sub {
                                # skip project-list toplevel, if we get it.
@@ -5366,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.154167 seconds and 4 git commands to generate.