示例#1
0
 private bool ResolveGitExecPath(out NPath path)
 {
     path = ResolveBasePath().Combine("libexec", "git-core");
     return(path.DirectoryExists());
 }