Re: [PATCH v2 3/4] merge: --no-verify to bypass pre-merge hook

2019-07-29 Thread Josh Steadmon
On 2019.07.29 22:02, Martin Ågren wrote: > On Fri, 19 Jul 2019 at 00:57, Josh Steadmon wrote: > > From: Michael J Gruber > > > > Analogous to commit, introduce a '--no-verify' option which bypasses the > > pre-merge hook. The shorthand '-n' is taken by the (non-existing) > > '--no-stat' already.

Re: [PATCH v2 3/4] merge: --no-verify to bypass pre-merge hook

2019-07-29 Thread Martin Ågren
On Fri, 19 Jul 2019 at 00:57, Josh Steadmon wrote: > From: Michael J Gruber > > Analogous to commit, introduce a '--no-verify' option which bypasses the > pre-merge hook. The shorthand '-n' is taken by the (non-existing) > '--no-stat' already. I don't understand this "(non-existing)". I realize

[PATCH v2 3/4] merge: --no-verify to bypass pre-merge hook

2019-07-18 Thread Josh Steadmon
From: Michael J Gruber Analogous to commit, introduce a '--no-verify' option which bypasses the pre-merge hook. The shorthand '-n' is taken by the (non-existing) '--no-stat' already. [js: cleaned up trailing whitespace, moved some documentation changes from this commit to 2/4.] Signed-off-by: