- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for Larentis (0.03 seconds)
-
.teamcity/scripts/CheckBadMerge.java
List<String> parentCommits = parentCommitsOf(commit); if (parentCommits.size() != 2) { System.out.println(commit + " is not a merge commit we're looking for. Parents: " + parentCommits); return; } List<String> commitBranches = branchesOf(commit); if (commitBranches.stream().anyMatch(b -> b.startsWith("origin/release"))) {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0)