mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-84886 Git pull in background.
This commit is contained in:
@@ -68,7 +68,7 @@ public class GitPull extends GitRepositoryAction {
|
||||
final Label beforeLabel = LocalHistory.getInstance().putSystemLabel(project, "Before update");
|
||||
|
||||
final AtomicReference<GitLineHandler> handlerReference = new AtomicReference<GitLineHandler>();
|
||||
new Task.Modal(project, GitBundle.message("pulling.title", dialog.getRemote()), true) {
|
||||
new Task.Backgroundable(project, GitBundle.message("pulling.title", dialog.getRemote()), true) {
|
||||
@Override
|
||||
public void run(@NotNull ProgressIndicator indicator) {
|
||||
final GitRepositoryManager repositoryManager = GitUtil.getRepositoryManager(myProject);
|
||||
|
||||
Reference in New Issue
Block a user