summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ebdbfa8)
raw | patch | inline | side by side (parent: ebdbfa8)
author | Kevin Geiss <kevin@desertsol.com> | |
Mon, 14 Nov 2005 16:42:36 +0000 (09:42 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 16 Nov 2005 21:20:59 +0000 (13:20 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsexportcommit.perl | patch | blob | history |
index da7dcda3b639d0857c6cd49b361d8e2dd49fa35d..d49494abc22c79bea15d60a503a971dcd1e7650e 100755 (executable)
--- a/git-cvsexportcommit.perl
+++ b/git-cvsexportcommit.perl
print "NOTE: One or more hunks failed to apply cleanly.\n";
print "Resolve the conflicts and then commit using:n";
print "\n $cmd\n\n";
- exit;
+ exit(1);
}