- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getStdout (0.07 seconds)
-
.teamcity/scripts/CheckBadMerge.java
} } return out; } private static List<String> parentCommitsOf(String commit) throws IOException, InterruptedException, ExecutionException { String stdout = getStdout(new String[] {"git", "show", "--format=%P", "--no-patch", "--no-show-signature", commit}); String trimmed = stdout.trim(); if (trimmed.isEmpty()) { return Collections.emptyList(); }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0)