forked from qt-creator/qt-creator
Git: Use an enum for simple/amend commit
Change-Id: Ibea0a1f2826c67796a56414326fe6afdee654576 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
2b41210b3f
commit
7b851602cc
@@ -192,11 +192,11 @@ private:
|
||||
void updateContinueAndAbortCommands();
|
||||
void updateRepositoryBrowserAction();
|
||||
bool isCommitEditorOpen() const;
|
||||
Core::IEditor *openSubmitEditor(const QString &fileName, const CommitData &cd, bool amend);
|
||||
Core::IEditor *openSubmitEditor(const QString &fileName, const CommitData &cd, CommitType commitType);
|
||||
void cleanCommitMessageFile();
|
||||
void cleanRepository(const QString &directory);
|
||||
void applyPatch(const QString &workingDirectory, QString file = QString());
|
||||
void startCommit(bool amend);
|
||||
void startCommit(CommitType commitType);
|
||||
void updateVersionWarning();
|
||||
|
||||
static GitPlugin *m_instance;
|
||||
|
||||
Reference in New Issue
Block a user