Git: Support reflog also for branches

Change-Id: I9321ba4964d086d90aaf540a2006f95b94de8375
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2020-02-18 23:27:33 +02:00
committed by Orgad Shaneh
parent c9f1d84db7
commit c728d04b52
5 changed files with 29 additions and 8 deletions

View File

@@ -83,6 +83,7 @@ private:
void rebase();
bool cherryPick();
void log(const QModelIndex &idx);
void reflog(const QModelIndex &idx);
void push();
QToolButton *m_addButton = nullptr;