On Mon, Nov 28, 2022 at 06:07:38PM -0500, Taylor Blau wrote: > Hi Thierry, > > This is looking pretty good. Thanks for pushing out a couple of new > rounds. I took a look at the discussion and have some thoughts below, > but they are minor. > > This will likely not be in the upcoming v2.39.0, since Junio has already > cut and pushed the first release candidate tag. But you should feel free > to keep working on it in the meantime and we can revisit it post-2.39. That's fine. No rush. I've had local workarounds for this for a very long time, so I can be patient for a little longer. =) > On Mon, Nov 28, 2022 at 06:48:25PM +0100, Thierry Reding wrote: > > diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt > > index 326276e51ce5..0c1dfb3c98b4 100644 > > --- a/Documentation/git-am.txt > > +++ b/Documentation/git-am.txt > > @@ -9,7 +9,7 @@ git-am - Apply a series of patches from a mailbox > > SYNOPSIS > > -------- > > [verse] > > -'git am' [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8] > > +'git am' [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8] [--no-verify] > > Spelling this as "[--no-verify]" and not "[--[no-]verify]" is right, > since the option itself is called "--no-verify" (and thus has the > OPT_NONEG flag bit set), and "--verify" does not exist. Good. > > > [--[no-]3way] [--interactive] [--committer-date-is-author-date] > > [--ignore-date] [--ignore-space-change | --ignore-whitespace] > > [--whitespace=