Blame SOURCES/git-cvsimport-Ignore-cvsps-2.2b1-Branches-output.patch

fdd391
From 09891c65a5f7409ce0bd37daced0ff31fbb1b1c9 Mon Sep 17 00:00:00 2001
fdd391
From: Todd Zullinger <tmz@pobox.com>
fdd391
Date: Mon, 23 Mar 2009 00:03:36 -0400
fdd391
Subject: [PATCH] git-cvsimport: Ignore cvsps-2.2b1 Branches: output
fdd391
fdd391
Signed-off-by: Todd Zullinger <tmz@pobox.com>
fdd391
---
fdd391
 git-cvsimport.perl |    2 +-
fdd391
 1 files changed, 1 insertions(+), 1 deletions(-)
fdd391
fdd391
diff --git a/git-cvsimport.perl b/git-cvsimport.perl
fdd391
index e439202..d020f1a 100755
fdd391
--- a/git-cvsimport.perl
fdd391
+++ b/git-cvsimport.perl
fdd391
@@ -952,7 +952,7 @@ while (<CVS>) {
fdd391
 	} elsif (/^-+$/) { # end of unknown-line processing
fdd391
 		$state = 1;
fdd391
 	} elsif ($state != 11) { # ignore stuff when skipping
fdd391
-		print STDERR "* UNKNOWN LINE * $_\n";
fdd391
+		print STDERR "* UNKNOWN LINE * $_\n" unless /^Branches: /;
fdd391
 	}
fdd391
 }
fdd391
 commit() if $branch and $state != 11;
fdd391
-- 
fdd391
1.6.2.2
fdd391