Re: default gpg signing key

2019-02-18 Thread brian m. carlson
On Mon, Feb 18, 2019 at 03:12:32PM -0500, Marco Sirabella wrote: > Hi all, > > When signing a commit with git, the newer of two signing keys under my main > master key is used. This is even the case when `default-key` is set in > `gpg.conf` (`gpg --sign` uses the correct key). > > Is there any wa

default gpg signing key

2019-02-18 Thread Marco Sirabella
Hi all, When signing a commit with git, the newer of two signing keys under my main master key is used. This is even the case when `default-key` is set in `gpg.conf` (`gpg --sign` uses the correct key). Is there any way to tell git to not use the `--local-user` flag when signing, and just let `gp