提交 5b4525eb 编写于 作者: K Kevin Geiss 提交者: Junio C Hamano

git-cvsexportcommit.perl: fix typos in output

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 8b3fbeef
......@@ -78,7 +78,7 @@
# grab the commit message
`git-cat-file commit $commit | sed -e '1,/^\$/d' > .msg`;
$? && die "Error extraction the commit message";
$? && die "Error extracting the commit message";
my (@afiles, @dfiles, @mfiles);
my @files = `git-diff-tree -r $parent $commit`;
......@@ -188,7 +188,7 @@
if ($dirtypatch) {
print "NOTE: One or more hunks failed to apply cleanly.\n";
print "Resolve the conflicts and then commit using:n";
print "Resolve the conflicts and then commit using:\n";
print "\n $cmd\n\n";
exit(1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册