diff options
author | Jan Beckmann <king-jan1999@hotmail.de> | 2019-08-30 05:34:00 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-08-30 05:34:00 +0000 |
commit | aa5329115dff3e7050423f03b25312ceaa45235e (patch) | |
tree | f99fce1cd7b8f5d858ad3e611016249bf30331d2 /changelogs | |
parent | 92855f2c539d8fc132c5b83fb258eba99bf2f73c (diff) | |
download | gitlab-ce-aa5329115dff3e7050423f03b25312ceaa45235e.tar.gz |
URL-encode file links in find file
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/62055
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/62055-find-file-links-encoding.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/62055-find-file-links-encoding.yml b/changelogs/unreleased/62055-find-file-links-encoding.yml new file mode 100644 index 00000000000..20a359a9d64 --- /dev/null +++ b/changelogs/unreleased/62055-find-file-links-encoding.yml @@ -0,0 +1,5 @@ +--- +title: Fix encoding of special characters in "Find File" +merge_request: 31311 +author: Jan Beckmann +type: fixed |