`--no-verify` is an argument typically used with `git commit` in order to skip the pre-commit hook. Since the pre-commit hook also runs on `git revert --continue`, I expected to be able to use `--no-verify`. On Tue, Aug 3, 2021 at 3:50 PM Taylor Blau <me@xxxxxxxxxxxx> wrote: > > Hi Cameron, > > On Tue, Aug 03, 2021 at 02:17:07PM -0500, Cameron Steffen wrote: > > Today I tried to run this command and I just got a help screen. I am > > using 2.32.0. > > > > git revert --continue --no-verify > > I can't think of any sequencer commands that support a `--[no-]verify` > argument. Did you mistake `--no-verify` for something else, like > `--no-edit` or `--no-commit`? > > Thanks, > Taylor