Home
last modified time | relevance | path

Searched refs:mergeBase (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/check-packages/
H A DgetPackagesToCheckAsync.ts41 const mergeBase = await safeGetMergeBaseAsync(sinceRef); constant
43 if (!mergeBase) {
50 logger.info(`�� Using incremental checks since ${formatCommitHash(mergeBase)} commit\n`);
51 const changedFiles = await Git.logFilesAsync({ fromCommit: mergeBase });
/expo/tools/src/commands/
H A DCherryPickCommand.ts80 const mergeBase = await Git.mergeBaseAsync(source, destination); constant
82 fromCommit: mergeBase,