Searched refs:mergeBase (Results 1 – 2 of 2) sorted by relevance
41 const mergeBase = await safeGetMergeBaseAsync(sinceRef); constant43 if (!mergeBase) {50 logger.info(` Using incremental checks since ${formatCommitHash(mergeBase)} commit\n`);51 const changedFiles = await Git.logFilesAsync({ fromCommit: mergeBase });
80 const mergeBase = await Git.mergeBaseAsync(source, destination); constant82 fromCommit: mergeBase,