Skip to content

Fix commit SHA not showing in merge request compare dropdown

Stan Hu requested to merge sh-fix-issue-55822 into master

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17011 in GitLab 11.1 refactored the merge request diff comparison functionality but omitted the commit SHA due to a change in the API (truncated_commit_sha -> short_commit_sha).

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55822

Merge request reports