Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getStdoutLines (0.04 seconds)

  1. .teamcity/scripts/CheckBadMerge.java

            // Git revision range syntax is part of git, not the shell; pass as-is.
            return getStdoutLines(new String[] {"git", "diff", "--name-only", commit + "^1.." + commit});
        }
    
        private static List<String> branchesOf(String commit) throws IOException, InterruptedException, ExecutionException {
            List<String> lines = getStdoutLines(new String[] {"git", "branch", "-r", "--contains", commit});
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 30 16:25:09 GMT 2026
    - 9K bytes
    - Click Count (0)
Back to Top