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

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