git: cleanup: don't set the read command silent, it is silent by default

GitOrigin-RevId: f39666f74fdfc554e75da32319d60292a07713b1
This commit is contained in:
Kirill Likhodedov
2019-06-09 15:10:53 +03:00
committed by intellij-monorepo-bot
parent 9e22c53b92
commit d4100b9a7b
@@ -136,7 +136,6 @@ public class GitMergeDialog extends DialogWrapper {
public void updateBranches() throws VcsException {
VirtualFile root = getSelectedRoot();
GitLineHandler handler = new GitLineHandler(myProject, root, GitCommand.BRANCH);
handler.setSilent(true);
handler.addParameters("--no-color", "-a", "--no-merged");
String output = Git.getInstance().runCommand(handler).getOutputOrThrow();
myBranchChooser.clear();