Searched refs:shas (Results 1 – 3 of 3) sorted by relevance
316 shas: typing.Set[str] = set(c.sha for c in previous if c.nominated)317 assert None not in shas, 'None in shas'321 commit.nominated = commit.because_sha in shas324 shas.add(commit.sha)328 commit.because_sha in shas):337 shas.remove(commit.because_sha)
149 if (revs.shas[sha]) {150 revs.shas[sha].push(ref)152 revs.shas[sha] = [ref]163 }, { versions: {}, 'dist-tags': {}, refs: {}, shas: {} }) property
151 … remoteRefs.refs[spec.gitCommittish] || remoteRefs.refs[remoteRefs.shas[spec.gitCommittish]]