forked from qt-creator/qt-creator
Git: Custom gitk launch
Launch gitk only for current file, or for the folder that current file belongs to Task-number: QTCREATORBUG-8327 Change-Id: I2ffbd44e3b3eeaffad32e84af9ca2085b16fdaa2 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
221cfbfac0
commit
4ffc1a2f10
@@ -115,6 +115,8 @@ private slots:
|
||||
void resetRepository();
|
||||
void stageFile();
|
||||
void unstageFile();
|
||||
void gitkForCurrentFile();
|
||||
void gitkForCurrentFolder();
|
||||
void cleanProject();
|
||||
void cleanRepository();
|
||||
void applyCurrentFilePatch();
|
||||
|
||||
Reference in New Issue
Block a user