From 6a3f9460d71376236c5d00dfce0d568ad92b83c7 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 13 Mar 2012 21:38:51 +0200 Subject: Git: Enable --no-verify for commit Change-Id: I88cfb7839b41467e3f6b25bea329eb15765e440e Reviewed-by: Tobias Hunger --- src/plugins/git/commitdata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/git/commitdata.h') 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 &); -- cgit v1.2.1