Searched refs:baseCommitHash (Results 1 – 1 of 1) sorted by relevance
5 function main(?string $headCommitHash, ?string $baseCommitHash) { argument6 if ($headCommitHash === null || $baseCommitHash === null) {14 …$baseSummaryFile = $repo . '/' . substr($baseCommitHash, 0, 2) . '/' . $baseCommitHash . '/summary…19 return "Base commit '$baseCommitHash' not found\n";25 $baseCommitHashShort = substr($baseCommitHash, 0, 7);64 $baseCommitHash = $argv[2] ?? null; variable65 $output = main($headCommitHash, $baseCommitHash);
Completed in 4 milliseconds