Searched refs:commitHashes (Results 1 – 1 of 1) sorted by relevance
183 const commitHashes = commitsToCherryPickOrdered.map((commit) => commit.hash); constant185 logger.log(chalk.bold(chalk.yellow(`git cherry-pick ${commitHashes.join(' ')}`)));187 logger.info(`Running ${chalk.yellow(`git cherry-pick ${commitHashes.join(' ')}`)}`);190 await Git.cherryPickAsync(commitHashes, { inheritStdio: true });