Searched refs:committish (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/npm/node_modules/hosted-git-info/ |
D | git-host.js | 21 function GitHost (type, user, auth, project, committish, defaultRepresentation, opts) { argument 30 gitHostInfo.committish = committish 36 return this.committish ? '#' + this.committish : '' 49 var rawcommittish = vars.committish 73 vars.committish = '' 76 vars['/tree/committish'] = vars.committish 77 ? '/' + vars.treepath + '/' + vars.committish 79 vars['/committish'] = vars.committish ? '/' + vars.committish : '' 80 vars.committish = vars.committish || 'master'
|
D | index.js | 52 var committish = parsed.hash ? decodeURIComponent(parsed.hash.substr(1)) : null 74 return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts)
|
D | README.md | 70 directly fetching it from the githost. If no committish was set then
|
/third_party/node/deps/npm/node_modules/pacote/lib/util/ |
D | git.js | 74 function fullClone (repo, committish, target, opts) { argument 83 return execGit(['checkout', committish || 'HEAD'], { cwd: target }, opts)
|
/third_party/node/deps/npm/node_modules/npm-package-arg/ |
D | README.md | 78 * `gitCommittish` - If set, this is the specific committish to use with a git dependency.
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-outdated.md | 70 The installed committish might satisfy the dependency specifier (if it's
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | package-lock-json.md | 82 * git sources: This is a git specifier with resolved committish. (eg, `git+https://example.com/foo/…
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | CHANGELOG.md | 860 * **git:** use the parsed git committish from npa ([77a676a](https://github.com/npm/pacote/commit/7…
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-5.md | 1989 More scp-url fixes: parsing only worked correctly when a committish was
|
D | CHANGELOG-3.md | 442 committish had changed.
|