Home
last modified time | relevance | path

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

/expo/tools/src/check-packages/
H A DgetPackagesToCheckAsync.ts3 import { formatCommitHash } from '../Formatter';
50 logger.info(`�� Using incremental checks since ${formatCommitHash(mergeBase)} commit\n`);
/expo/tools/src/
H A DFormatter.ts22 const commitHash = formatCommitHash(log.hash);
42 export function formatCommitHash(hash?: string): string { function
/expo/tools/src/publish-packages/
H A Dhelpers.ts64 pkgView ? `published from ${Formatter.formatCommitHash(gitHead)}` : 'not published yet'