diff --git a/src/plugins/git/gitgrep.cpp b/src/plugins/git/gitgrep.cpp index 96dffe6ac49..07345f8b2fa 100644 --- a/src/plugins/git/gitgrep.cpp +++ b/src/plugins/git/gitgrep.cpp @@ -168,7 +168,7 @@ public: return QString(":!" + filter); }); arguments << "--" << filterArgs << exclusionArgs; - m_command->addFlags(VcsCommand::SilentOutput | VcsCommand::SuppressFailMessage); + m_command->addFlags(VcsCommand::SilentOutput); m_command->setProgressiveOutput(true); QFutureWatcher watcher; QObject::connect(&watcher,