projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdbfa8
)
git-cvsexportcommit.perl: exit with non-0 status if patch fails.
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
diff --git
a/git-cvsexportcommit.perl
b/git-cvsexportcommit.perl
index
da7dcda
..
d49494a
100755
(executable)
--- a/
git-cvsexportcommit.perl
+++ b/
git-cvsexportcommit.perl
@@
-190,7
+190,7
@@
if ($dirtypatch) {
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)
;
}