Git development
 help / color / mirror / Atom feed
* [PATCH 3/4] git-cvsexportcommit.perl: exit with non-0 status if patch fails.
@ 2005-11-14 16:42 Kevin Geiss
  0 siblings, 0 replies; only message in thread
From: Kevin Geiss @ 2005-11-14 16:42 UTC (permalink / raw)
  To: martin.langhoff; +Cc: git

---

 git-cvsexportcommit.perl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

applies-to: 7e45b599120811e135c41136fae7570af7f5437b
f615833f7dad1372b93c90814674e13800e4bd63
diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl
index da7dcda..d49494a 100755
--- 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);
 }
 
 
---
0.99.9.GIT

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-14 16:42 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:42 [PATCH 3/4] git-cvsexportcommit.perl: exit with non-0 status if patch fails Kevin Geiss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox