Home
last modified time | relevance | path

Searched refs:fromCommit (Results 1 – 4 of 4) sorted by relevance

/expo/tools/src/
H A DGit.ts17 fromCommit?: string;
223 const fromCommit = options.fromCommit ?? ''; constant
254 `${fromCommit}${commitSeparator}${toCommit}`,
272 const fromCommit = options.fromCommit ?? ''; constant
280 `${fromCommit}..${toCommit}`,
/expo/tools/src/publish-packages/
H A Dhelpers.ts152 fromCommit?: string
154 if (!fromCommit || !(await gitDir.isAncestorAsync(fromCommit))) {
159 fromCommit,
164 fromCommit,
/expo/tools/src/check-packages/
H A DgetPackagesToCheckAsync.ts51 const changedFiles = await Git.logFilesAsync({ fromCommit: mergeBase });
/expo/tools/src/commands/
H A DCherryPickCommand.ts82 fromCommit: mergeBase,
97 fromCommit: source,