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

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