mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
git: cleanup: don't set the read command silent, it is silent by default
GitOrigin-RevId: f39666f74fdfc554e75da32319d60292a07713b1
This commit is contained in:
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();
|
||||
|
||||
Reference in New Issue
Block a user