Home
last modified time | relevance | path

Searched refs:committish (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/npm/node_modules/hosted-git-info/
Dgit-host.js21 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'
Dindex.js52 var committish = parsed.hash ? decodeURIComponent(parsed.hash.substr(1)) : null
74 return new GitHost(gitHostName, user, auth, project, committish, defaultRepresentation, opts)
DREADME.md70 directly fetching it from the githost. If no committish was set then
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dgit.js74 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/
DREADME.md78 * `gitCommittish` - If set, this is the specific committish to use with a git dependency.
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-outdated.md70 The installed committish might satisfy the dependency specifier (if it's
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-lock-json.md82 * git sources: This is a git specifier with resolved committish. (eg, `git+https://example.com/foo/…
/third_party/node/deps/npm/node_modules/pacote/
DCHANGELOG.md860 * **git:** use the parsed git committish from npa ([77a676a](https://github.com/npm/pacote/commit/7…
/third_party/node/deps/npm/changelogs/
DCHANGELOG-5.md1989 More scp-url fixes: parsing only worked correctly when a committish was
DCHANGELOG-3.md442 committish had changed.