Skip to content

Commit

Permalink
Merge branch 'cb/rebase-am-exit-code' into maint
Browse files Browse the repository at this point in the history
"git rebase" did not exit with failure when format-patch it invoked
failed for whatever reason.

* cb/rebase-am-exit-code:
  rebase: return non-zero error code if format-patch fails
  • Loading branch information
gitster committed Jul 27, 2015
2 parents de62fe8 + 60d708b commit 3f8b439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-rebase--am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ else
As a result, git cannot rebase them.
EOF
return $?
return $ret
fi

git am $git_am_opt --rebasing --resolvemsg="$resolvemsg" \
Expand Down

0 comments on commit 3f8b439

Please sign in to comment.