Git: Improve Timeouts.

- Observe timeout setting when running synchronous commands.
- Increase Default on Windows
- Stop process with terminate first (signal).
Task-number: QTCREATORBUG-777
This commit is contained in:
Friedemann Kleint
2010-02-26 17:43:37 +01:00
parent 1e09e55bc3
commit 214679d65b
6 changed files with 50 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ struct GitSettings
bool adoptPath;
QString path;
int logCount;
int timeout;
int timeoutSeconds;
bool promptToSubmit;
bool omitAnnotationDate;
bool spaceIgnorantBlame;