mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[git] Disable interactive callbacks when calling git tag -l
GitOrigin-RevId: e6b09a265754f5afb33006bc29efe480cb2fe246
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8cc12199c5
commit
55bf2f0155
@@ -85,6 +85,7 @@ public final class GitBranchUtil {
|
||||
GitLineHandler h = new GitLineHandler(project, root, GitCommand.TAG);
|
||||
h.addParameters("-l");
|
||||
h.setSilent(true);
|
||||
h.setEnableInteractiveCallbacks(false);
|
||||
|
||||
List<String> tags = new ArrayList<>();
|
||||
h.addLineListener(new GitLineHandlerListener() {
|
||||
|
||||
Reference in New Issue
Block a user