forked from qt-creator/qt-creator
Git: Implement "Fixup previous commit"
Change-Id: Ia2584ff975ed0db614dc878a70ce4adbd5c3ba67 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
5d325f6b1a
commit
8695fe6d7c
@@ -131,6 +131,7 @@ private slots:
|
||||
void gitClientMemberFuncRepositoryAction();
|
||||
|
||||
void startAmendCommit();
|
||||
void startFixupCommit();
|
||||
void stash();
|
||||
void stashSnapshot();
|
||||
void branchList();
|
||||
@@ -231,7 +232,6 @@ private:
|
||||
QPointer<RemoteDialog> m_remoteDialog;
|
||||
QString m_submitRepository;
|
||||
QString m_commitMessageFileName;
|
||||
QString m_commitAmendSHA1;
|
||||
bool m_submitActionTriggered;
|
||||
|
||||
GitSettings m_settings;
|
||||
|
||||
Reference in New Issue
Block a user