forked from qt-creator/qt-creator
Git: Execute rebase asynchronously
Rebase --continue might request an editor, which hangs if run synchronously Change-Id: I28127884408f6f8fbd351bb1024dc8d3c2b339b8 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
fc2a5d7f50
commit
096daac0bd
@@ -303,7 +303,7 @@ void BranchDialog::rebase()
|
||||
const QString baseBranch = m_model->branchName(idx);
|
||||
GitClient *client = GitPlugin::instance()->gitClient();
|
||||
if (client->beginStashScope(m_repository, QLatin1String("rebase")))
|
||||
client->synchronousRebase(m_repository, baseBranch);
|
||||
client->rebase(m_repository, baseBranch);
|
||||
}
|
||||
|
||||
QModelIndex BranchDialog::selectedIndex()
|
||||
|
||||
Reference in New Issue
Block a user