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>2018-12-04 20:59:48 +0300
committerStan Hu <stanhu@gmail.com>2018-12-07 08:51:51 +0300
commit7d18c4d23637f52fa0fdc3028223f8cd1ec1e072 (patch)
treebf2f30462951a22ec3d2c13f24347ea1e597822b /changelogs
parentacc785f56e9c88b490fc2c5cef59df9c13617edf (diff)
Truncate merge request titles with periods instead of ellipsis
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54862
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-truncate-with-periods.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-truncate-with-periods.yml b/changelogs/unreleased/sh-truncate-with-periods.yml
new file mode 100644
index 00000000000..b1c6b4f9cbd
--- /dev/null
+++ b/changelogs/unreleased/sh-truncate-with-periods.yml
@@ -0,0 +1,5 @@
+---
+title: Truncate merge request titles with periods instead of ellipsis
+merge_request: 23558
+author:
+type: changed