]> git.xonotic.org Git - xonotic/div0-gittools.git/commitdiff
fix declaration bug
authorRudolf Polzer <rpolzer@grawp.div0.qc.to>
Mon, 11 Jan 2010 20:03:54 +0000 (21:03 +0100)
committerRudolf Polzer <rpolzer@grawp.div0.qc.to>
Mon, 11 Jan 2010 20:03:54 +0000 (21:03 +0100)
git-branch-manager

index f551155ccbadc7e12982cc340cc5418085197fcd..cb6a3abb2b87cb0084a6d801798750e4bb8d68a3 100755 (executable)
@@ -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*(.*)/)