- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for parentCommitsOf (0.05 seconds)
-
.github/workflows/CheckBadMerge.groovy
commits.each { checkCommit(it) } } finally { THREAD_POOL.shutdown() } } static void checkCommit(String commit) { List<String> parentCommits = parentCommitsOf(commit) if (parentCommits.size() != 2) { println("$commit is not a merge commit we're looking for. Parents: $parentCommits") return }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jan 24 10:03:31 GMT 2025 - 5.8K bytes - Click Count (0)