summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-04-22 23:01:55 +0200
committerNejc Habjan <hab.nejc@gmail.com>2020-04-22 23:31:35 +0200
commitdc382fe3443a797e016f8c5f6eac68b7b69305ab (patch)
tree3f8bb49ffad00924720ebbe5ca6baaebe1fd0ef9 /docs
parent9d66cb3ccc8d9edac68380b4b8ff285a9782e698 (diff)
downloadgitlab-dc382fe3443a797e016f8c5f6eac68b7b69305ab.tar.gz
chore: bring commit signatures up to date with 12.10
Diffstat (limited to 'docs')
-rw-r--r--docs/cli.rst2
-rw-r--r--docs/gl_objects/commits.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli.rst b/docs/cli.rst
index aeff276..4261d0e 100644
--- a/docs/cli.rst
+++ b/docs/cli.rst
@@ -258,7 +258,7 @@ Get a specific project commit by its SHA id:
$ gitlab project-commit get --project-id 2 --id a43290c
-Get the GPG signature of a signed commit:
+Get the signature (e.g. GPG or x509) of a signed commit:
.. code-block:: console
diff --git a/docs/gl_objects/commits.rst b/docs/gl_objects/commits.rst
index e6bdfd8..a1d878c 100644
--- a/docs/gl_objects/commits.rst
+++ b/docs/gl_objects/commits.rst
@@ -82,7 +82,7 @@ Get the references the commit has been pushed to (branches and tags)::
commit.refs('tag') # only tags
commit.refs('branch') # only branches
-Get the GPG signature of the commit (if the commit was signed)::
+Get the signature of the commit (if the commit was signed, e.g. with GPG or x509)::
commit.signature()