Re: silent_exec_failure when calling gpg

2018-12-11 Thread Jeff King
On Tue, Dec 11, 2018 at 01:09:37PM +0900, Junio C Hamano wrote: > Junio C Hamano writes: > > > John Passaro writes: > > > >> I've noticed that in v2.19.1, when using git to pretty print > >> information about the signature, if git cannot find gpg (e.g. "git > >> config gpg.program nogpg"), it p

Re: silent_exec_failure when calling gpg

2018-12-10 Thread Junio C Hamano
Junio C Hamano writes: > John Passaro writes: > >> I've noticed that in v2.19.1, when using git to pretty print >> information about the signature, if git cannot find gpg (e.g. "git >> config gpg.program nogpg"), it prints an error to stderr: >> >> $ git show -s --pretty=%G? >> fatal: cannot run

Re: silent_exec_failure when calling gpg

2018-12-10 Thread Junio C Hamano
John Passaro writes: > I've noticed that in v2.19.1, when using git to pretty print > information about the signature, if git cannot find gpg (e.g. "git > config gpg.program nogpg"), it prints an error to stderr: > > $ git show -s --pretty=%G? > fatal: cannot run nogpg: No such file or directory

silent_exec_failure when calling gpg

2018-12-10 Thread John Passaro
I've noticed that in v2.19.1, when using git to pretty print information about the signature, if git cannot find gpg (e.g. "git config gpg.program nogpg"), it prints an error to stderr: $ git show -s --pretty=%G? fatal: cannot run nogpg: No such file or directory N When I build from master, that