Searched refs:gitPath (Results 1 – 2 of 2) sorted by relevance
3 let gitPath variable5 gitPath = which.sync('git')14 if (!gitPath || opts.git === false) {17 return gitPath
9 const gitPath = whichGit(opts) constant11 if (gitPath instanceof Error) {12 return Promise.reject(gitPath)35 return spawn(gitPath, args, makeOpts(opts))