Hook failure leaves MR in confusing state
I use a post-receive hook on my git repo to mirror the repo to another server. Upon upgrade to v8.0.1, the post-receive hook started exit 1 (due to a change in the new version of git in the omnibus package). Since it is a post-receive hook, the branch would merge without issue, but the hook would fail and send the MR back to reopened status. There was no logging on this and we spent a lot of time debugging the issue. It would be nice to see a comment on the MR mentioning the failure as a reason for sending it back to reopened.