Function gix_path::env::installation_config_prefix
source · pub fn installation_config_prefix() -> Option<&'static Path>
Expand description
Return the location at which git installation specific configuration files are located, or None
if the binary
could not be executed or its results could not be parsed.
§Performance
This invokes the git binary which is slow on windows.