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:
authorLuke Duncalfe <lduncalfe@eml.cc>2019-01-30 04:29:33 +0300
committerLuke Duncalfe <lduncalfe@eml.cc>2019-02-07 00:05:54 +0300
commitb37266004c13ae09f76b2b1fdec02459000124c2 (patch)
tree8d7caeada382bc0c6b05a74a9598620baa2331b1 /changelogs
parentca154f0ff4f15d717a0fcf7a3cb75921ba6880ee (diff)
API support for squash commit message during merge
Issues https://gitlab.com/gitlab-org/gitlab-ce/issues/47149 https://gitlab.com/gitlab-org/gitlab-ce/issues/56014
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/56014-api-merge-request-squash-commit-messages.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/56014-api-merge-request-squash-commit-messages.yml b/changelogs/unreleased/56014-api-merge-request-squash-commit-messages.yml
new file mode 100644
index 00000000000..e324baa94a3
--- /dev/null
+++ b/changelogs/unreleased/56014-api-merge-request-squash-commit-messages.yml
@@ -0,0 +1,5 @@
+---
+title: API allows setting the squash commit message when squashing a merge request
+merge_request: 24784
+author:
+type: added