diff options
| author | Max Wittig <max.wittig@siemens.com> | 2020-04-23 09:26:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 09:26:08 +0200 |
| commit | 5a753105d95859854e52adc2575a9a51d43c341c (patch) | |
| tree | 0c6481f5dd5ae21b9800402b9c933915e17a6f35 /docs | |
| parent | 9d66cb3ccc8d9edac68380b4b8ff285a9782e698 (diff) | |
| parent | e6c9fe920df43ae2ab13f26310213e8e4db6b415 (diff) | |
| download | gitlab-5a753105d95859854e52adc2575a9a51d43c341c.tar.gz | |
Merge pull request #1082 from python-gitlab/chore/signature-gpg-x509
chore: bring commit signatures up to date with 12.10
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cli.rst | 2 | ||||
| -rw-r--r-- | docs/gl_objects/commits.rst | 2 |
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() |
