Fixes: Using a git configuration with colored output breaks much of the git plugin.

Task:     248067
Details:  Use --no-color where appropriate. Use a hack to remove color sequences from output for "status" since it does not support the option as of git 1.6.2.
This commit is contained in:
Friedemann Kleint
2009-03-17 12:36:55 +01:00
parent 8e0fb8ba9a
commit 465bf149d5
5 changed files with 58 additions and 16 deletions

View File

@@ -135,6 +135,8 @@ public:
static QString msgNoChangedFiles();
static const char *noColorOption;
public slots:
void show(const QString &source, const QString &id);