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:
authorNick Thomas <nick@gitlab.com>2019-02-07 15:28:56 +0300
committerNick Thomas <nick@gitlab.com>2019-02-07 15:28:56 +0300
commit7d37e345b52b427dad6b7533b67a3946a7263192 (patch)
treeec78bb1848ae0ef960e2b3402e71076cfe3cd403 /changelogs
parent041316636b594c15f3fde9839354e3f1309ec763 (diff)
parentb37266004c13ae09f76b2b1fdec02459000124c2 (diff)
Merge branch '56014-api-merge-request-squash-commit-messages' into 'master'
API support for setting squash commit message during squash Closes #56014 See merge request gitlab-org/gitlab-ce!24784
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