Home
last modified time | relevance | path

Searched refs:spawnGit (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/lib/utils/
Dgit.js14 exports.spawn = spawnGit
29 function spawnGit (args, options) { function
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dgit.js134 return spawnGit(['ls-remote', '-h', '-t', repo], {
223 module.exports._spawn = spawnGit
224 function spawnGit (gitArgs, gitOpts, opts) { function