pub fn core_dir() -> Option<&'static Path>
Return the directory obtained by calling git --exec-path.
git --exec-path
Returns None if Git could not be found or if it returned an error.
None