提交 3be39998 编写于 作者: J Jim Meyering 提交者: Junio C Hamano

git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.

Signed-off-by: NJim Meyering <meyering@redhat.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 f70f988b
......@@ -952,7 +952,7 @@ sub commit {
} elsif (/^-+$/) { # end of unknown-line processing
$state = 1;
} elsif ($state != 11) { # ignore stuff when skipping
print "* UNKNOWN LINE * $_\n";
print STDERR "* UNKNOWN LINE * $_\n";
}
}
commit() if $branch and $state != 11;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册