https://github.com/git/git
Revision e8b000fb9564bde11d48b836c195b8c70f7f33f7 authored by Luis Marsano on 16 April 2018, 06:08:00 UTC, committed by Luis Marsano on 09 May 2018, 16:55:02 UTC
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-netrc
- use Git.pm for repository and global option queries
- add -g|--gpg command option & document it in command usage
- test repository & command options
- support unicode

Signed-off-by: Luis Marsano <luis.marsano@gmail.com>
1 parent 0061b41
History
Tip revision: e8b000fb9564bde11d48b836c195b8c70f7f33f7 authored by Luis Marsano on 16 April 2018, 06:08:00 UTC
git-credential-netrc: accept gpg option
Tip revision: e8b000f
File Mode Size
static
INSTALL -rw-r--r-- 14.3 KB
Makefile -rw-r--r-- 5.5 KB
README -rw-r--r-- 2.3 KB
gitweb.perl -rwxr-xr-x 246.3 KB

README

back to top