Git: Suppress command logging for internal git-remote calls

Change-Id: I8cd93d0f5fdcc685af1cf1526eecf97d3b19eeff
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2014-04-23 08:59:43 +03:00
committed by Orgad Shaneh
parent 42075c1224
commit 2a8350eca8
2 changed files with 5 additions and 5 deletions

View File

@@ -206,7 +206,7 @@ public:
bool synchronousForEachRefCmd(const QString &workingDirectory, QStringList args,
QString *output, QString *errorMessage = 0);
bool synchronousRemoteCmd(const QString &workingDirectory, QStringList remoteArgs,
QString *output, QString *errorMessage);
QString *output, QString *errorMessage, bool silent = false);
QMap<QString,QString> synchronousRemotesList(const QString &workingDirectory,
QString *errorMessage = 0);