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:
Petar Perisin
2012-11-30 01:09:56 +01:00
committed by Tobias Hunger
parent 221cfbfac0
commit 4ffc1a2f10
4 changed files with 62 additions and 4 deletions

View File

@@ -115,6 +115,8 @@ private slots:
void resetRepository();
void stageFile();
void unstageFile();
void gitkForCurrentFile();
void gitkForCurrentFolder();
void cleanProject();
void cleanRepository();
void applyCurrentFilePatch();