Merge branch 'docs/gpg-clarify' into 'master'

Add note about using the term GPG for all related implementations

Closes #36970

See merge request gitlab-org/gitlab-ce!14887
This commit is contained in:
Marcia Ramos 2017-12-22 18:26:58 +00:00
commit 46be07d2c1
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Signing commits with GPG
> [Introduced][ce-9546] in GitLab 9.5.
NOTE: **Note:**
The term GPG is used for all OpenPGP/PGP/GPG related material and
implementations.
> - [Introduced][ce-9546] in GitLab 9.5.
> - Subkeys support was added in GitLab 10.1.
GitLab can show whether a commit is verified or not when signed with a GPG key.
All you need to do is upload the public GPG key in your profile settings.