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:
authorDouwe Maan <douwe@gitlab.com>2016-05-25 23:48:30 +0300
committerDouwe Maan <douwe@gitlab.com>2016-05-25 23:48:30 +0300
commit99cd419132a7187973f92ab54dfbc94ad4b8c2e5 (patch)
treef1b8a8108d2be07534db5297173865fc81e129f2 /CHANGELOG
parent74fb50041568e381513d2a9053d31a714797a0a8 (diff)
parentd83ce65c1a0a8bcec603faf342cd2d78075ffb8d (diff)
Merge branch 'fix/import-url-uri-issue' into 'master'
Fix for import URL URI problem when URL contains a space Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17559 Prevents an already encoded URL to be encoded again - preventing %20 => %25%20 See merge request !4180
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 030ac5e82a3..bb0c3d55de9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -100,6 +100,9 @@ v 8.8.0
- Allows MR authors to have the source branch removed when merging the MR. !2801 (Jeroen Jacobs)
- When creating a .gitignore file a dropdown with templates will be provided
+v 8.7.7
+ - Fix import by `Any Git URL` broken if the URL contains a space
+
v 8.7.6
- Fix links on wiki pages for relative url setups. !4131 (Artem Sidorenko)
- Fix import from GitLab.com to a private instance failure. !4181