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:
authorBalasankar "Balu" C <balasankar@gitlab.com>2019-02-11 11:25:37 +0300
committerBalasankar "Balu" C <balasankar@gitlab.com>2019-02-14 08:59:43 +0300
commitbb43d153bcd841335a2f55a66bcbfbb584e4205c (patch)
treea75ee239a545968d41ab4e511fe819a9d28ce335 /doc/user/project/repository
parente9c3c3bf31a3d16d111026abb2c5a9e8eb68afd1 (diff)
Add API docs for commit's GPG signature endpoint
Diffstat (limited to 'doc/user/project/repository')
-rw-r--r--doc/user/project/repository/gpg_signed_commits/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/project/repository/gpg_signed_commits/index.md b/doc/user/project/repository/gpg_signed_commits/index.md
index c7e20f01a75..db19370b97c 100644
--- a/doc/user/project/repository/gpg_signed_commits/index.md
+++ b/doc/user/project/repository/gpg_signed_commits/index.md
@@ -266,3 +266,7 @@ To remove a GPG key from your account:
You can configure your project to reject commits that aren't GPG-signed
via [push rules](https://docs.gitlab.com/ee/push_rules/push_rules.html).
+
+## GPG signing API
+
+Learn how to [get the GPG signature from a commit via API](../../../../api/commits.md#get-gpg-signature-of-a-commit).