diff --git a/Reintegrate b/Reintegrate index 30065f2122..2f03627926 100755 --- a/Reintegrate +++ b/Reintegrate @@ -54,7 +54,7 @@ no) elif git show-ref -q --verify "refs/merge-fix/$branch" then git cherry-pick --no-commit "refs/merge-fix/$branch" && - EDITOR=: git commit --amend -a + EDITOR=: git commit --amend -a || exit fi ;; pick" "*)