From da7a809772233be27fa8e563925dd2e44e1ce058 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sun, 22 Mar 2020 11:52:59 -0400 Subject: feat: add support for commit GPG signature API --- docs/gl_objects/commits.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/gl_objects') diff --git a/docs/gl_objects/commits.rst b/docs/gl_objects/commits.rst index abfedc8..e6bdfd8 100644 --- a/docs/gl_objects/commits.rst +++ b/docs/gl_objects/commits.rst @@ -82,6 +82,10 @@ 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):: + + commit.signature() + List the merge requests related to a commit:: commit.merge_requests() -- cgit v1.2.1