Re: [PATCH] am: configure gpg at startup

2015-09-30 Thread Junio C Hamano
Renee Margaret McConahy writes: > The new builtin am ignores the user.signingkey variable: gpg is being > called with the committer details as the key ID, which may not be > correct. git_gpg_config is responsible for handling that variable and is > expected to be called on initialization by any m

Re: [PATCH] am: configure gpg at startup

2015-09-30 Thread Eric Sunshine
On Wed, Sep 30, 2015 at 1:49 PM, Renee Margaret McConahy wrote: > The new builtin am ignores the user.signingkey variable: gpg is being > called with the committer details as the key ID, which may not be > correct. git_gpg_config is responsible for handling that variable and is > expected to be ca