Merge branch 'bug/git_hooks' into 'master'
Fix fast-forward merge requests git hooks validations Current implementations checks git hooks during merge request action issued by Web UI to prevent a git merge action failing and not reporting back to the UI (introduced by !326). The problem is that we shouldn't make the check the merge commit when we are using a Fast Forward merge type. Fixes gitlab-org/gitlab-ee#598 See merge request !427
Showing
Please register or sign in to comment