From: Stricted Date: Sun, 12 Feb 2017 01:55:49 +0000 (+0100) Subject: fix variable declaration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e2fd07516c049a968f0b30650d751bea6e6a3975;p=gitweb.git fix variable declaration --- diff --git a/index.cgi b/index.cgi index 0f60352..9298454 100644 --- a/index.cgi +++ b/index.cgi @@ -7428,7 +7428,6 @@ sub git_log_generic { my ($fmt_name, $body_subr, $base, $parent, $file_name, $file_hash, $allrefs) = @_; my $head = git_get_head_hash($project); - my $allrefs; if (!defined $base) { $base = $head; $allrefs = 1;