forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
184abbac6a
commit
d8ad33b54d
@@ -1260,7 +1260,7 @@ bool GitClient::synchronousRevListCmd(const QString &workingDirectory, const QSt
|
||||
|
||||
const bool rc = vcsFullySynchronousExec(workingDirectory, args, &outputTextData, &errorText,
|
||||
VcsBasePlugin::SuppressCommandLogging);
|
||||
if (rc) {
|
||||
if (!rc) {
|
||||
msgCannotRun(args, workingDirectory, errorText, errorMessage);
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user