forked from qt-creator/qt-creator
Revert "Git: Follow renames on log"
Depends on a commit that broke compilation
This reverts commit a53cc559be
Change-Id: I7b697be1c97bd25f15e2a97927dbc7d03dc456e7
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -1145,7 +1145,7 @@ void GitClient::log(const QString &workingDirectory, const QString &fileName,
|
|||||||
arguments.append(userArgs);
|
arguments.append(userArgs);
|
||||||
|
|
||||||
if (!fileName.isEmpty())
|
if (!fileName.isEmpty())
|
||||||
arguments << QLatin1String("--follow") << QLatin1String("--") << fileName;
|
arguments << QLatin1String("--") << fileName;
|
||||||
|
|
||||||
executeGit(workingDirectory, arguments, editor);
|
executeGit(workingDirectory, arguments, editor);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user