[Bug] [Git Gui] git-gui commit gpg signing problem
From: Peter van der Does <hidden> Date: 2016-07-26 01:24:59
It seems that git gui does not adhere to the config settings
git config commit.gpgsign true
git config --global user.signingkey <KEY>
Commits done through git gui are not signed while done through cli they
are signed
Peter van der Does