* [PATCH 4/4] git-cvsexportcommit.perl: fix typos in output
@ 2005-11-14 16:43 Kevin Geiss
0 siblings, 0 replies; only message in thread
From: Kevin Geiss @ 2005-11-14 16:43 UTC (permalink / raw)
To: martin.langhoff, git
---
git-cvsexportcommit.perl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
applies-to: 717dd9ec543f5d2d6cc4b9c0af41c2f80c615f0f
7c7460d88ef6d677ad9fa29880c2fb47e4a88d6b
diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl
index d49494a..5a8c011 100755
--- a/git-cvsexportcommit.perl
+++ b/git-cvsexportcommit.perl
@@ -78,7 +78,7 @@ $opt_v && print "Applying to CVS commit
# 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 @@ my $cmd = "cvs commit -F .msg $commitfil
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);
}
---
0.99.9.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-14 16:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-14 16:43 [PATCH 4/4] git-cvsexportcommit.perl: fix typos in output Kevin Geiss
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox