Searched refs:chainableExec (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/npm/test/ |
D | common-tap.js | 192 git.chainableExec(['init'], opts), 193 git.chainableExec(['config', 'user.name', user], opts), 194 git.chainableExec(['config', 'user.email', email], opts), 196 git.chainableExec(['config', 'commit.gpgSign', 'false'], opts), 197 git.chainableExec(['config', 'tag.gpgSign', 'false'], opts), 198 git.chainableExec(['config', 'tag.forceSignAnnotated', 'false'], opts), 199 git.chainableExec(['add'].concat(added), opts), 200 git.chainableExec(['commit', '-m', message], opts)
|
/third_party/node/deps/npm/lib/utils/ |
D | git.js | 16 exports.chainableExec = chainableExec 44 function chainableExec () { function
|
/third_party/node/deps/npm/test/tap/ |
D | add-remote-git-submodule.js | 128 git.chainableExec(['clone', '--bare', subwt, 'sub.git'], reposopt), 134 git.chainableExec(['submodule', 'add', suburl, 'subpath'], topopt), 135 git.chainableExec(['commit', '-m', 'added submodule'], topopt), 136 git.chainableExec(['clone', '--bare', topwt, 'top.git'], reposopt)
|
D | install-shrinkwrapped-git.js | 110 git.chainableExec(['add', 'README.md'], opts), 111 git.chainableExec(['commit', '-m', 'Add README'], opts), 112 git.chainableExec(['log', '--pretty=format:"%H"', '-2'], opts)
|
D | add-remote-git.js | 96 git.chainableExec(
|
D | add-remote-git-file.js | 79 commands: [git.chainableExec(
|
D | add-remote-git-shrinkwrap.js | 129 git.chainableExec(
|
D | git-prepare.js | 159 git.chainableExec([
|
D | git-dependency-install-link.js | 164 git.chainableExec(
|
D | version-from-git.js | 217 commands: [git.chainableExec(['tag', tag, '-am', tag], opts)]
|