On Wed, Jul 10, 2024 at 01:16:57AM GMT, G. Branden Robinson wrote:
> Hi Alex,
> 
> I can't "git am" these;

How is that?  I would expect git-am(1) to work.

> what is the correct procedure for getting Git to
> consume them from an mbox file?

What I do is on neomutt(1), while reading the email --and having run
neomutt(1) from the root of the git repo I want to apply the patches--,
press '|' and then run 'git am -s', for each mail.

git-am(1) says:

SYNOPSIS
     git am [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8] [--no-verify]
              [--[no-]3way] [--interactive] [--committer-date-is-author-date]
              [--ignore-date] [--ignore-space-change | --ignore-whitespace]
              [--whitespace=<action>] [-C<n>] [-p<n>] [--directory=<dir>]
              [--exclude=<path>] [--include=<path>] [--reject] [-q | --quiet]
              [--[no-]scissors] [-S[<keyid>]] [--patch-format=<format>]
              [--quoted-cr=<action>]
              [--empty=(stop|drop|keep)]
              [(<mbox> | <Maildir>)...]

...

OPTIONS
     (<mbox>|<Maildir>)...
         The list of mailbox files to read patches from. If you do not
         supply this argument, the command reads from the standard
         input. If you supply directories, they will be treated as
         Maildirs.


Please let me know if this doesn't work for you.

Have a lovely day!
Alex

> 
> Regards,
> Branden
> 
> At 2024-03-16T13:34:28+0100, Alejandro Colomar wrote:
> > This v5 further documents which commits introduced some issues being
> > fixed, and with it, I found James also wrote some of this, so I've
> > also CCed him.  See range-diff below.



-- 
<https://www.alejandro-colomar.es/>

Attachment: signature.asc
Description: PGP signature

Reply via email to