google / git-appraise

Distributed code review system for Git repos
Apache License 2.0
5.12k stars 145 forks source link

Use `gpg.program` in Git config #91

Open pittma opened 5 years ago

pittma commented 5 years ago

Currently, use of gpg is hardcoded. Instead, it ought to check whether a user has the config key gpg.program set, and use it if so. If not, it can fall back on a default.

pittma commented 5 years ago

This came up with a coworker whose gpg and gpg2 are distinct versions and the hardcoded gpg is giving them trouble. It's something I could take on, but not for a couple of weeks. If someone else wants to take it on in the meantime, I'm happy to help with any guidance needed!