Re: Git uses wrong subkey for signing commits with GPG key

2018-01-16 Thread Junio C Hamano
Todd Zullinger writes: > Glad it helped. The git-tag documentation points to > git-config and the user.signingKey variable in the > CONFIGURATION section. The git-config documentation for > that variable currently says: > ... > so you may specify a key using any method that gpg supports. >

Re: Git uses wrong subkey for signing commits with GPG key

2018-01-13 Thread Todd Zullinger
Andrzej Ośmiałowski wrote: > On Sat, Jan 13, 2018 at 1:22 AM, Todd Zullinger wrote: >> I could be wrong, but I think you need to append '!' to >> KEYID to force gpg to use that specific signing subkey. [...] > thanks for reply. You just solved my issue. I will prepare a PR to the > docs to add rel

Re: Git uses wrong subkey for signing commits with GPG key

2018-01-13 Thread Andrzej Ośmiałowski
Hi Todd, On Sat, Jan 13, 2018 at 1:22 AM, Todd Zullinger wrote: > Hi Andrzej, > > Andrzej Ośmiałowski wrote: >> I have an issue with git and signing commits with GPG subkey. >> >> My setup: >> - master key used for certification only >> - subkey for my main workstation >> - subkey for my mobile w

Re: Git uses wrong subkey for signing commits with GPG key

2018-01-12 Thread Todd Zullinger
Hi Andrzej, Andrzej Ośmiałowski wrote: > I have an issue with git and signing commits with GPG subkey. > > My setup: > - master key used for certification only > - subkey for my main workstation > - subkey for my mobile workstation (a notebook). > > Both subkeys are used for signing only. > > I

Git uses wrong subkey for signing commits with GPG key

2018-01-12 Thread Andrzej Ośmiałowski
I have an issue with git and signing commits with GPG subkey. My setup: - master key used for certification only - subkey for my main workstation - subkey for my mobile workstation (a notebook). Both subkeys are used for signing only. I've configured git to use my specific subkey however it does