forked from qt-creator/qt-creator
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:
@@ -63,6 +63,7 @@ struct GitSettings
|
||||
bool ignoreSpaceChangesInBlame;
|
||||
bool diffPatience;
|
||||
bool winSetHomeEnvironment;
|
||||
int showPrettyFormat;
|
||||
QString gitkOptions;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user