Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Patch 1/3: Fix prefix insertion logic



On Sat, Apr 29, 2023 at 2:03 PM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> On Sat, Apr 29, 2023 at 9:58 PM Felipe Contreras
> <felipe.contreras@xxxxxxxxx> wrote:
> > On Sat, Apr 29, 2023 at 1:09 PM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
> > I don't know what's zsh's policy regarding sending patches, but
> > personally I can't review zero content mails.
>
> Looks fine to me on the mailing list archives:
> https://www.zsh.org/mla/workers/2023/msg00409.html

Yes, and I suspect in many mail clients as well. But not in Gmail.

A standard way to send patches is with `git send-email` which sends
the mails generated by `git format-patch` as is. Notice that your
attachments have "From", "Date" and "Subject" mail fields, so they can
be piped to sendmail.

> Should I copy-paste the commit message into the email's body next time?

I would recommend to configure `git sendemail` as sending patches to
any mailing list becomes much easier.

But again, that's my personal recommendation, I don't know if there's
any zsh guideline.

-- 
Felipe Contreras




Messages sorted by: Reverse Date, Date, Thread, Author