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

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