Searched refs:execGit (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/npm/lib/utils/ |
D | git.js | 15 exports.exec = BB.promisify(execGit) 23 function execGit (args, options, cb) { function 46 return [execGit].concat(args) 58 execGit(args, options, cb)
|
/third_party/node/deps/npm/node_modules/pacote/lib/util/ |
D | git.js | 80 return execGit(gitArgs, { cwd: target }, opts).then(() => { 81 return execGit(['init'], { cwd: target }, opts) 83 return execGit(['checkout', committish || 'HEAD'], { cwd: target }, opts) 100 return execGit(gitArgs, { 109 return execGit(gitArgs, { 116 return execGit(['rev-parse', '--revs-only', 'HEAD'], { cwd: repo }, opts).spread(stdout => { 199 module.exports._exec = execGit 200 function execGit (gitArgs, gitOpts, opts) { function
|
/third_party/node/deps/npm/test/need-npm5-update/belongs-in-pacote/ |
D | git-races.js | 110 function execGit (args, options, cb) { function 116 if (gitcmd) return execGit(args, options, cb) 125 execGit(args, options, cb)
|