Git: Add config widget to reflog

Change-Id: I04a9bd86c38ab27537c2d6981179a667bc36e61b
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2020-02-18 22:34:43 +02:00
committed by Orgad Shaneh
parent e886c13abc
commit c9f1d84db7
3 changed files with 42 additions and 2 deletions

View File

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