提交 3f8b439a 编写于 作者: J Junio C Hamano

Merge branch 'cb/rebase-am-exit-code' into maint

"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
......@@ -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" \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册