Git: Add a toggle button for Follow Renames on Log

Fixes: QTCREATORBUG-22826
Change-Id: I6d5075dfe16bc3c5d0914dc182523f0295379396
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2019-08-31 22:53:08 +03:00
committed by Orgad Shaneh
parent 4b1987ba1f
commit ad6968f45f
3 changed files with 8 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ public:
static const QLatin1String repositoryBrowserCmd;
static const QLatin1String graphLogKey;
static const QLatin1String firstParentKey;
static const QLatin1String followRenamesKey;
static const QLatin1String lastResetIndexKey;
Utils::FilePath gitExecutable(bool *ok = nullptr, QString *errorMessage = nullptr) const;