Skip to content

Ignore CRLFs in .gitmodules

Stan Hu requested to merge stanhu/gitlab_git:ignore-crlf-gitmodules into master

.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

Merge request reports