AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.21k stars 476 forks source link

read gpg program from git config gpg.program #89

Closed dcreemer closed 7 years ago

dcreemer commented 8 years ago

User alanrossmachinery added an unmerged patch to read the gpg program from the git-config variable "gpg.program". This patch just re-bases that patch on master, and uses the get_git_config function to pull the correct key, defaulting to "gpg" if none is found. This is the git-config key used by other programs.

dcreemer commented 7 years ago

(I should add the reason behind this PR is to enable the use of "gpg2" instead of hard-coding "gpg"). Also -- the project has been inactive for a while -- do you need help maintaining it?

bricewge commented 7 years ago

This would close #65

dcreemer commented 7 years ago

@AGWA are you willing to merge this?

vaygr commented 7 years ago

@AGWA looking forward to it

AGWA commented 7 years ago

thank you and sorry for the delay merging

dcreemer commented 7 years ago

thanks @AGWA !