Git: Fix retrieval of parent commit in blame

Broken by dcdcf54048.

Change-Id: I8e3015f710a8e7dd059b8419e66f58c76373b297
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2015-04-14 22:39:36 +03:00
committed by Orgad Shaneh
parent 184abbac6a
commit d8ad33b54d

View File

@@ -1260,7 +1260,7 @@ bool GitClient::synchronousRevListCmd(const QString &workingDirectory, const QSt
const bool rc = vcsFullySynchronousExec(workingDirectory, args, &outputTextData, &errorText, const bool rc = vcsFullySynchronousExec(workingDirectory, args, &outputTextData, &errorText,
VcsBasePlugin::SuppressCommandLogging); VcsBasePlugin::SuppressCommandLogging);
if (rc) { if (!rc) {
msgCannotRun(args, workingDirectory, errorText, errorMessage); msgCannotRun(args, workingDirectory, errorText, errorMessage);
return false; return false;
} }