forked from qt-creator/qt-creator
VCS: Remove unused termination mode
Defaults to NoReport and nobody sets other values Change-Id: I3def23bd350fcef45df9eb8d3a0e86baac192bd9 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
0c50c5a1d3
commit
360366ae08
@@ -2239,7 +2239,6 @@ VcsBase::Command *GitClient::executeGit(const QString &workingDirectory,
|
||||
outputWindow()->appendCommand(workingDirectory, settings()->stringValue(GitSettings::binaryPathKey), arguments);
|
||||
VcsBase::Command *command = createCommand(workingDirectory, editor, useOutputToWindow, editorLineNumber);
|
||||
command->addJob(arguments, settings()->intValue(GitSettings::timeoutKey));
|
||||
command->setTerminationReportMode(VcsBase::Command::NoReport);
|
||||
command->setUnixTerminalDisabled(false);
|
||||
command->setExpectChanges(expectChanges);
|
||||
command->execute();
|
||||
|
||||
Reference in New Issue
Block a user