forked from qt-creator/qt-creator
VCS[git]: Remove unneeded 'success' confirmation of pull.
This commit is contained in:
@@ -1700,8 +1700,7 @@ bool GitClient::synchronousPull(const QString &workingDirectory, bool rebase)
|
|||||||
if (rebase)
|
if (rebase)
|
||||||
arguments << QLatin1String("--rebase");
|
arguments << QLatin1String("--rebase");
|
||||||
// Disable UNIX terminals to suppress SSH prompting.
|
// Disable UNIX terminals to suppress SSH prompting.
|
||||||
const unsigned flags = VCSBase::VCSBasePlugin::SshPasswordPrompt|VCSBase::VCSBasePlugin::ShowStdOutInLogWindow
|
const unsigned flags = VCSBase::VCSBasePlugin::SshPasswordPrompt|VCSBase::VCSBasePlugin::ShowStdOutInLogWindow;
|
||||||
|VCSBase::VCSBasePlugin::ShowSuccessMessage;
|
|
||||||
const Utils::SynchronousProcessResponse resp = synchronousGit(workingDirectory, arguments, flags);
|
const Utils::SynchronousProcessResponse resp = synchronousGit(workingDirectory, arguments, flags);
|
||||||
// Notify about changed files or abort the rebase.
|
// Notify about changed files or abort the rebase.
|
||||||
const bool ok = resp.result == Utils::SynchronousProcessResponse::Finished;
|
const bool ok = resp.result == Utils::SynchronousProcessResponse::Finished;
|
||||||
|
|||||||
Reference in New Issue
Block a user