Merge remote-tracking branch 'origin/3.0'

This commit is contained in:
Eike Ziller
2013-11-22 09:11:51 +01:00
105 changed files with 2534 additions and 463 deletions

View File

@@ -1443,7 +1443,7 @@ void GitClient::show(const QString &source, const QString &id,
GitDiffHandler *handler = new GitDiffHandler(diffEditor,
gitBinaryPath(),
workingDirectory,
findRepositoryForDirectory(workingDirectory),
processEnvironment(),
settings()->intValue(GitSettings::timeoutKey));
handler->show(id);