An error occurred while fetching the assigned milestone of the selected merge_request.
Ignore CRLFs in .gitmodules
.gitmodules files that had CRLFs would cause blob_content
to fail to lookup the submodule. For example, ext/apr\n
would not be found when ext/apr
was the right name.
Closes gitlab-org/gitlab-ce#2262