コード例 #1
0
 private bool ResolveGitExecPath(out SPath path)
 {
     path = ResolveBasePath(Environment, gitInstallPath).Combine("libexec", "git-core");
     return(path.DirectoryExists());
 }
コード例 #2
0
 public bool ResolveGitExecPath(out SPath path)
 {
     path = ResolveBasePath().Combine("libexec", "git-core");
     return(path.DirectoryExists());
 }