forked from qt-creator/qt-creator
Git: Added Revert and cherry-pick
Change-Id: Ic8ba7434e79b12eca680a67c2845c82915dc0088 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
8f4da818c8
commit
65aef73ec4
@@ -100,6 +100,9 @@ public:
|
||||
|
||||
GitClient *gitClient() const;
|
||||
|
||||
public slots:
|
||||
void startCommit();
|
||||
|
||||
private slots:
|
||||
void diffCurrentFile();
|
||||
void diffCurrentProject();
|
||||
@@ -113,6 +116,9 @@ private slots:
|
||||
void undoFileChanges(bool revertStaging = true);
|
||||
void undoUnstagedFileChanges();
|
||||
void resetRepository();
|
||||
void startRevertCommit();
|
||||
void startCherryPickCommit();
|
||||
void startRevertOrCherryPick(bool isRevert);
|
||||
void stageFile();
|
||||
void unstageFile();
|
||||
void gitkForCurrentFile();
|
||||
@@ -124,7 +130,6 @@ private slots:
|
||||
void gitClientMemberFuncRepositoryAction();
|
||||
|
||||
void showCommit();
|
||||
void startCommit();
|
||||
void startAmendCommit();
|
||||
void stash();
|
||||
void stashSnapshot();
|
||||
|
||||
Reference in New Issue
Block a user