|
|
@@ -442,7 +442,7 @@ public class DVCUtils { |
|
|
.forEach(ref -> { |
|
|
.forEach(ref -> { |
|
|
String fullBranchName = ref.getName(); |
|
|
String fullBranchName = ref.getName(); |
|
|
String branchName = fullBranchName.replace("refs/remotes/origin/", ""); |
|
|
String branchName = fullBranchName.replace("refs/remotes/origin/", ""); |
|
|
if ("master".equals(branchName)) { |
|
|
|
|
|
|
|
|
if (!"master".equals(branchName)) { |
|
|
try { |
|
|
try { |
|
|
completionService.submit(() -> { |
|
|
completionService.submit(() -> { |
|
|
try { |
|
|
try { |
|
|
|