On Fri, 19 Jul 2019 at 00:57, Josh Steadmon <stead...@google.com> wrote: > From: Michael J Gruber <g...@grubix.eu> > > 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 this message is two years old, maybe lots older still, and I haven't dug. But at least *now*, "-n" seems to behave like "--no-stat", suppressing "--stat", from my simple testing. Martin