Git/SVN: Ignore whitespace in annotation/blame (introduce setting).

Defaulting to true.

Task-number: QTCREATORBUG-502
This commit is contained in:
Friedemann Kleint
2010-01-05 15:45:41 +01:00
parent 59ecb9cf83
commit c55b5b7b31
10 changed files with 45 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ struct GitSettings
int timeout;
bool promptToSubmit;
bool omitAnnotationDate;
bool spaceIgnorantBlame;
};
inline bool operator==(const GitSettings &p1, const GitSettings &p2)