private bool ResolveGitExecPath(out SPath path) { path = ResolveBasePath(Environment, gitInstallPath).Combine("libexec", "git-core"); return(path.DirectoryExists()); }
public bool ResolveGitExecPath(out SPath path) { path = ResolveBasePath().Combine("libexec", "git-core"); return(path.DirectoryExists()); }