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

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