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

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