- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for parentCommitsOf (0.07 sec)
-
.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 }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Dec 19 10:35:44 UTC 2023 - 6.5K bytes - Viewed (0)