diff options
| author | Petar Perisin <[email protected]> | 2013-10-02 09:40:08 +0300 |
|---|---|---|
| committer | Orgad Shaneh <[email protected]> | 2013-10-02 08:42:03 +0200 |
| commit | 6cf030d8d3fe0b53dac66175faa5c508f75d9ad0 (patch) | |
| tree | 714a0227f270348ea44246aecb86682b375948b0 /src/plugins/git/commitdata.cpp | |
| parent | 13a0b348beae60b109dd9ec2755cc53b3156a6b0 (diff) | |
Git: Rename push enum values
Change-Id: I2809096774882ba1e7e98e2805ad94f03a70dbdc
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/git/commitdata.cpp')
| -rw-r--r-- | src/plugins/git/commitdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/commitdata.cpp b/src/plugins/git/commitdata.cpp index 129e256d9f7..7654d003722 100644 --- a/src/plugins/git/commitdata.cpp +++ b/src/plugins/git/commitdata.cpp @@ -53,7 +53,7 @@ void GitSubmitEditorPanelData::clear() author.clear(); email.clear(); bypassHooks = false; - pushAction = CommitOnly; + pushAction = NoPush; hasRemotes = false; } |
