Git: Allow for pretty format selection in git show

Allow for pretty format selection in git show.

Save selected value and default to "email".

Task-number: QTCREATORBUG-3341
This commit is contained in:
Tobias Hunger
2010-12-09 15:53:45 +01:00
parent 1312a04221
commit 827800c2c4
4 changed files with 79 additions and 16 deletions

View File

@@ -63,6 +63,7 @@ struct GitSettings
bool ignoreSpaceChangesInBlame;
bool diffPatience;
bool winSetHomeEnvironment;
int showPrettyFormat;
QString gitkOptions;
};