Git: ignore spaces in diff

Ignore spacing changes in diff (based on same setting as used to
ignore spacing in git blame).

Task-number: QTCREATORBUG-2526
This commit is contained in:
Tobias Hunger
2010-10-01 16:33:23 +02:00
parent 6df84af9ff
commit 13b442f289
5 changed files with 20 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ struct GitSettings
bool pullRebase;
bool promptToSubmit;
bool omitAnnotationDate;
bool spaceIgnorantBlame;
bool ignoreSpaceChanges;
bool diffPatience;
bool winSetHomeEnvironment;
QString gitkOptions;