forked from qt-creator/qt-creator
Git: Rename push enum values
Change-Id: I2809096774882ba1e7e98e2805ad94f03a70dbdc Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
13a0b348be
commit
6cf030d8d3
@@ -53,7 +53,7 @@ void GitSubmitEditorPanelData::clear()
|
||||
author.clear();
|
||||
email.clear();
|
||||
bypassHooks = false;
|
||||
pushAction = CommitOnly;
|
||||
pushAction = NoPush;
|
||||
hasRemotes = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user