From dc382fe3443a797e016f8c5f6eac68b7b69305ab Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Wed, 22 Apr 2020 23:01:55 +0200 Subject: chore: bring commit signatures up to date with 12.10 --- docs/gl_objects/commits.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gl_objects') 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() -- cgit v1.2.1