forked from qt-creator/qt-creator
Git: Suppress show-ref command logging
Yet another plumbing command... Change-Id: I88ba2349d8c15e47372addb3034f1bed2de170f2 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
18906fac4f
commit
5c942d04c5
@@ -2001,7 +2001,8 @@ bool GitClient::synchronousHeadRefs(const QString &workingDirectory, QStringList
|
||||
<< QLatin1String("--abbrev=10") << QLatin1String("--dereference");
|
||||
QByteArray outputText;
|
||||
QByteArray errorText;
|
||||
const bool rc = fullySynchronousGit(workingDirectory, args, &outputText, &errorText);
|
||||
const bool rc = fullySynchronousGit(workingDirectory, args, &outputText, &errorText,
|
||||
VcsBasePlugin::SuppressCommandLogging);
|
||||
if (!rc) {
|
||||
msgCannotRun(args, workingDirectory, errorText, errorMessage);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user