Searched refs:checkGit (Results 1 – 5 of 5) sorted by relevance
7 var checkGit = npmInstallChecks.checkGit variable24 mod.parent && !mod.isLink && [checkGit, mod.realpath],
126 exports.checkGit = checkGit127 function checkGit (folder, cb) { function
24 ### .checkGit(folder, cb)
202 return BB.resolve(cwdOwner(gitOpts, opts).then(() => checkGit(opts).then(gitPath => {226 return BB.resolve(cwdOwner(gitOpts, opts).then(() => checkGit(opts).then(gitPath => {269 function checkGit (opts) { function
106 !localData.hasGit && [checkGit, localData],255 function checkGit (localData, cb) { function