From: Rudolf Polzer Date: Mon, 11 Jan 2010 20:03:54 +0000 (+0100) Subject: fix declaration bug X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdiv0-gittools.git;a=commitdiff_plain;h=f01a89d240a9b4dcdb64a6d1ea9ec39d63058fa5 fix declaration bug --- diff --git a/git-branch-manager b/git-branch-manager index f551155..cb6a3ab 100755 --- a/git-branch-manager +++ b/git-branch-manager @@ -143,10 +143,6 @@ sub unmerge_commit($) $logcache = undef; my $msg = backtick 'git', 'log', '-1', '--pretty=fuller', $r or die "git-log: $!"; - my $cmsg = ""; - my $author = ""; - my $email = ""; - my $date = ""; for(split /\n/, $msg) { if(/^Author:\s*(.*)/)