Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-05-29 00:18:18 +0300
committerStan Hu <stanhu@gmail.com>2017-05-29 16:16:47 +0300
commit59b8165c9091751ebbae271655fd0eaf3c97ab20 (patch)
tree2cf54ec2d596715ca8d73dd84549ad7f85950173 /changelogs
parent8a9e2415ca92897f2920127b7c1986a7c33d2035 (diff)
Strip trailing whitespaces in submodule URLs
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 quietly removed the whitespace stripping. Closes #33018
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-submodules-trailing-spaces.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-submodules-trailing-spaces.yml b/changelogs/unreleased/sh-fix-submodules-trailing-spaces.yml
new file mode 100644
index 00000000000..d633995d467
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-submodules-trailing-spaces.yml
@@ -0,0 +1,4 @@
+---
+title: Strip trailing whitespaces in submodule URLs
+merge_request:
+author: