Code

Merge branch 'maint'
[git.git] / gitweb / gitweb.perl
index 3fc7380a5ea510b705eb49542c3e698b0dddb02c..16d376075ea8bb47271aaeffebacf56fd41e713b 100755 (executable)
@@ -5915,9 +5915,10 @@ sub git_search_files {
        my $alternate = 1;
        my $matches = 0;
        my $lastfile = '';
+       my $file_href;
        while (my $line = <$fd>) {
                chomp $line;
-               my ($file, $file_href, $lno, $ltext, $binary);
+               my ($file, $lno, $ltext, $binary);
                last if ($matches++ > 1000);
                if ($line =~ /^Binary file (.+) matches$/) {
                        $file = $1;