forked from qt-creator/qt-creator
Fixes: add timeout value to git plugin
RevBy: tba
Details: - as on windows some git commands take much longer it happens fairly often, that git timeouts.
- added a timeout value to the option to let the user choose maximum timeout value (minimum is 10 seconds, maximum 5 minutes)
This commit is contained in:
@@ -56,6 +56,7 @@ struct GitSettings
|
||||
bool adoptPath;
|
||||
QString path;
|
||||
int logCount;
|
||||
int timeout;
|
||||
};
|
||||
|
||||
inline bool operator==(const GitSettings &p1, const GitSettings &p2)
|
||||
|
||||
Reference in New Issue
Block a user