On Fri, Nov 18, 2022 at 02:27:43PM +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > The git-am --no-verify flag is analogous to the same flag passed to > git-commit. It bypasses the pre-applypatch and applypatch-msg hooks > if they are enabled. The patch below looks reasonable to me. Is there a way that we could test this easily? It looks trivially correct to my eyes, but I want to avoid the possibility of regressing here in the future. Thanks, Taylor