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