Use `gpg.program` in Git config
Open
- Dominant language
- Go
- Stars
- 5.3k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Currently, use of `gpg` is [hardcoded](https://github.com/google/git-appraise/blob/98c8fb2f1cf2716d4d63b59c0a5edc44c54c4dd3/review/gpg/signable.go#L65). 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.
Contributor guide
Assessment
This issue has not been assessed yet.