Skip to content

Avoid nil safe message

Sean McGivern requested to merge yisiliang/gitlab-ce-avoid-nil-safe_message into master

Continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16889 - thanks @yisiliang!

What does this MR do?

This avoids a 500 error reported in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16889. We already handle safe_commit_message being blank when getting the title, but we didn't with the description.

Does this MR meet the acceptance criteria?

Edited by Sean McGivern

Merge request reports