VCS[git]: Add arguments setting for gitk, add to locator.

Task-number: QTCREATORBUG-1577
This commit is contained in:
Friedemann Kleint
2010-06-16 09:05:50 +02:00
parent f96efa07e1
commit 6793f1f962
6 changed files with 33 additions and 13 deletions

View File

@@ -60,6 +60,7 @@ struct GitSettings
bool omitAnnotationDate;
bool spaceIgnorantBlame;
bool diffPatience;
QString gitkOptions;
};
inline bool operator==(const GitSettings &p1, const GitSettings &p2)