Report termination of git pull/push (which was missing feedback).

This commit is contained in:
Friedemann Kleint
2009-04-09 10:05:53 +02:00
parent 3d55c45e2c
commit 3a5b6825a7
4 changed files with 54 additions and 5 deletions

View File

@@ -31,6 +31,7 @@
#define GITCLIENT_H
#include "gitsettings.h"
#include "gitcommand.h"
#include <coreplugin/iversioncontrol.h>
#include <coreplugin/editormanager/ieditor.h>
@@ -159,7 +160,8 @@ private:
void executeGit(const QString &workingDirectory,
const QStringList &arguments,
VCSBase::VCSBaseEditor* editor = 0,
bool outputToWindow = false);
bool outputToWindow = false,
GitCommand::TerminationReportMode tm = GitCommand::NoReport);
bool synchronousGit(const QString &workingDirectory,
const QStringList &arguments,