Home
last modified time | relevance | path

Searched refs:commitSha (Results 1 – 3 of 3) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dversion-utils.js41 function isTaggedLatest(commitSha) { argument
43 exec(`git rev-list -1 latest | grep ${commitSha}`, {
45 }).stdout.trim() === commitSha
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dscm-utils.js41 function isTaggedLatest(commitSha) { argument
43 exec(`git rev-list -1 latest | grep ${commitSha}`, {
45 }).stdout.trim() === commitSha
/expo/tools/src/code-review/
H A Dreports.ts9 export function generateReportFromOutputs(outputs: ReviewOutput[], commitSha: string): string {
15 footerForCommit(commitSha),