Home
last modified time | relevance | path

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

/expo/tools/src/
H A DGit.ts18 toCommit?: string;
224 const toCommit = options.toCommit ?? 'HEAD'; constant
254 `${fromCommit}${commitSeparator}${toCommit}`,
273 const toCommit = options.toCommit ?? 'HEAD'; constant
280 `${fromCommit}..${toCommit}`,
/expo/tools/src/commands/
H A DCherryPickCommand.ts83 toCommit: destination,
98 toCommit: destination,
/expo/tools/src/publish-packages/
H A Dhelpers.ts160 toCommit: 'HEAD',
165 toCommit: commits[0]?.hash,