diff options
author | Orgad Shaneh <orgads@gmail.com> | 2012-03-13 21:38:51 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2012-03-14 11:18:18 +0100 |
commit | 6a3f9460d71376236c5d00dfce0d568ad92b83c7 (patch) | |
tree | 4659b2d4c14f9d36601674aa3d2eeb44e4f947cd /src/plugins/git/commitdata.h | |
parent | 63f0c0a62f6ee95d1919bf29b0d56da924021ae3 (diff) | |
download | qt-creator-6a3f9460d71376236c5d00dfce0d568ad92b83c7.tar.gz |
Git: Enable --no-verify for commit
Change-Id: I88cfb7839b41467e3f6b25bea329eb15765e440e
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/git/commitdata.h')
-rw-r--r-- | src/plugins/git/commitdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index 1d469ff7cc..7795dd720f 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -62,6 +62,7 @@ struct GitSubmitEditorPanelData QString author; QString email; + bool bypassHooks; }; QDebug operator<<(QDebug d, const GitSubmitEditorPanelData &); |