git-commit-vandalism/contrib/credential
Luis Marsano 786ef50a23 git-credential-netrc: accept gpg option
git-credential-netrc was hardcoded to decrypt with 'gpg' regardless of
the gpg.program option. This is a problem on distributions like Debian
that call modern GnuPG something else, like 'gpg2'.
Set the command according to these settings in descending precedence
1. the git-credential-netrc command -g|--gpg option
2. the git gpg.program configuration option
3. the default: 'gpg'

For conformance with Documentation/CodingGuidelines
- use Git.pm for repository and global option queries
- document -g|--gpg command option in command usage
- test repository & command options
- write documentation placeholders according to main standards

Signed-off-by: Luis Marsano <luis.marsano@gmail.com>
Acked-by: Ted Zlatanov <tzz@lifelogs.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-05-14 08:53:08 +09:00
..
gnome-keyring Replace Free Software Foundation address in license notices 2017-11-09 13:21:21 +09:00
libsecret Merge branch 'tz/fsf-address-update' 2017-11-15 12:14:34 +09:00
netrc git-credential-netrc: accept gpg option 2018-05-14 08:53:08 +09:00
osxkeychain credential-osxkeychain: support more protocols 2013-05-28 11:29:47 -07:00
wincred wincred: handle empty username/password correctly 2017-11-01 13:46:39 +09:00