Git: Do not show progress bar and the command on instant blame

Change-Id: I22d06d0359d82d086062be4990b51858754b9145
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Orgad Shaneh
2022-12-14 12:56:08 +02:00
committed by Orgad Shaneh
parent bf060b426f
commit 2119dd4397

View File

@@ -1581,7 +1581,7 @@ void GitPluginPrivate::instantBlame()
}; };
GitClient::instance()->vcsExecWithHandler(workingDirectory, GitClient::instance()->vcsExecWithHandler(workingDirectory,
{"blame", "-p", "-L", lineString, "--", filePath.toString()}, {"blame", "-p", "-L", lineString, "--", filePath.toString()},
this, commandHandler); this, commandHandler, RunFlags::SuppressCommandLogging);
} }
void GitPluginPrivate::stopInstantBlame() void GitPluginPrivate::stopInstantBlame()