Searched refs:formatCommitHash (Results 1 – 3 of 3) sorted by relevance
3 import { formatCommitHash } from '../Formatter';50 logger.info(` Using incremental checks since ${formatCommitHash(mergeBase)} commit\n`);
22 const commitHash = formatCommitHash(log.hash);42 export function formatCommitHash(hash?: string): string { function
64 pkgView ? `published from ${Formatter.formatCommitHash(gitHead)}` : 'not published yet'