On Thu, May 26, 2016 at 10:47:46AM +0200, Roel Janssen wrote: > Pushed. Is there an interface other than the following command to > verify the commits are signed?: > > git --no-pager log --show-signature -1
`git verify-commit` can be used to programmatically verify the signatures of commits. I sent an example of how to use it in the 'pre-push' hook attached to this message: http://lists.gnu.org/archive/html/guix-devel/2016-05/msg00661.html