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:
authorRémy Coutable <remy@rymai.me>2016-12-13 16:19:28 +0300
committerRémy Coutable <remy@rymai.me>2016-12-13 16:19:28 +0300
commit0764c2ead1cc3ee3778a24218412317ba19b5e83 (patch)
tree36fdc74eb42e635f4124d33ae5d68fa25ec9bad0 /changelogs
parent8f299a5825997eb279011d67565689d506bf7d66 (diff)
parent61aa90ef2089c9d840b88f14a553ef0dd49b779f (diff)
Merge branch 'allow-more-filenames' into 'master'
Allow all alphanumeric characters in file names ## What does this MR do? Allow more characters in file names such as Chinese symbols. ## Why was this MR needed? It is annoying that some files which can be uploaded using Git CLI cannot be created with the web editor. ## What are the relevant issue numbers? fixes #20190 See merge request !8002
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/allow-more-filenames.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/allow-more-filenames.yml b/changelogs/unreleased/allow-more-filenames.yml
new file mode 100644
index 00000000000..7989f94e528
--- /dev/null
+++ b/changelogs/unreleased/allow-more-filenames.yml
@@ -0,0 +1,4 @@
+---
+title: Allow all alphanumeric characters in file names
+merge_request: 8002
+author: winniehell