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:
authorDouwe Maan <douwe@gitlab.com>2019-02-15 04:59:39 +0300
committerDouwe Maan <douwe@gitlab.com>2019-02-15 04:59:39 +0300
commitd9328cb3e3c4e71b02e2a1ceb304997ddebd6fdd (patch)
tree7d6953f0e1ff49234cb08be4a90b3a216d878a07 /changelogs
parenta092b5ae45093dadc9a8834178a2c915e8bbead5 (diff)
parentbb43d153bcd841335a2f55a66bcbfbb584e4205c (diff)
Merge branch '49502-gpg-signature-api-endpoint' into 'master'
Provide an API endpoint to get the GPG signature of a commit Closes #49502 See merge request gitlab-org/gitlab-ce!25032
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/49502-gpg-signature-api-endpoint.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/49502-gpg-signature-api-endpoint.yml b/changelogs/unreleased/49502-gpg-signature-api-endpoint.yml
new file mode 100644
index 00000000000..8393cb9d282
--- /dev/null
+++ b/changelogs/unreleased/49502-gpg-signature-api-endpoint.yml
@@ -0,0 +1,5 @@
+---
+title: Add API endpoint to get a commit's GPG signature
+merge_request: 25032
+author:
+type: added