Git: Support Log for selected commit in git editors

Change-Id: I5081471b3be65de1948d9bfdd52fd812df5e6a7a
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-03-10 12:26:01 +02:00
committed by Orgad Shaneh
parent 690a545f8e
commit 478a2e86f9
3 changed files with 17 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ private slots:
void checkoutChange();
void cherryPickChange();
void revertChange();
void logChange();
void applyDiffChunk(const VcsBase::DiffChunk& chunk, bool revert);
private: