mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-01-03 16:48:02 -08:00
Read gpg program from git config gpg.program ; ported from fork by alanrossmachinery
Modified-By: Andrew Ayer <agwa@andrewayer.name> * Make whitespace conform to project conventions Closes #89 Closes #65
This commit is contained in:
@@ -254,7 +254,7 @@ static std::string get_internal_key_path (const char* key_name)
|
||||
return path;
|
||||
}
|
||||
|
||||
static std::string get_git_config (const std::string& name)
|
||||
std::string get_git_config (const std::string& name)
|
||||
{
|
||||
// git config --get
|
||||
std::vector<std::string> command;
|
||||
|
||||
Reference in New Issue
Block a user