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.