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

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