Skip to content

Strip trailing whitespaces in submodule URLs

Stan Hu requested to merge sh-fix-submodules-trailing-spaces into master

Users attempting to access repositories that had .gitmodules entries with trailing whitespaces would encounter an Error 500. This was due to a change in bf876ec7 that removed the whitespace stripping.

Closes #33018 (closed)

Merge request reports