forked from qt-creator/qt-creator
git: Added an option to undo unstaged changes only
This commit is contained in:
@@ -108,7 +108,8 @@ private slots:
|
||||
void logFile();
|
||||
void blameFile();
|
||||
void logProject();
|
||||
void undoFileChanges();
|
||||
void undoFileChanges(bool revertStaging = true);
|
||||
void undoUnstagedFileChanges();
|
||||
void undoRepositoryChanges();
|
||||
void stageFile();
|
||||
void unstageFile();
|
||||
|
||||
Reference in New Issue
Block a user