pub fn installation_config() -> Option<&'static Path>
Expand description
Return the location at which installation specific git configuration file can be found, 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.