Re: [PATCH 2/2] git-credential-netrc: accept gpg option

2018-05-14 Thread Luis Marsano
Junio C Hamano wrote: > Luis Marsano writes: > > > git-credential-netrc was hardcoded to decrypt with 'gpg' regardless of the > > gpg.program option > > this now uses the gpg command option if set, else, the gpg.program option > > set in the git repository or global configuration, else defaul

Re: [PATCH 2/2] git-credential-netrc: accept gpg option

2018-05-10 Thread Junio C Hamano
Luis Marsano writes: > git-credential-netrc was hardcoded to decrypt with 'gpg' regardless of the > gpg.program option > this now uses the gpg command option if set, else, the gpg.program option set > in the git repository or global configuration, else defaults to 'gpg' > for git-credential-net