Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Patch 1/3: Fix prefix insertion logic
- X-seq: zsh-workers 51695
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: Marlon Richert <marlon.richert@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Patch 1/3: Fix prefix insertion logic
- Date: Mon, 1 May 2023 17:37:45 -0500
- Archived-at: <https://zsh.org/workers/51695>
- In-reply-to: <CAHLkEDvjmWTrdG_vWuOSdpAsZP2riZe9V4MfFt08HhU9e=16-g@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDsRGPC1KMW9n_-L49mqp4CECdTFbUMK=5rT+NDXS_59QQ@mail.gmail.com> <CAMP44s0c+LodnNpGgRsUMsR96bDLTkqjC2E_WcD6eyVHo5+5Yw@mail.gmail.com> <CAHLkEDvjmWTrdG_vWuOSdpAsZP2riZe9V4MfFt08HhU9e=16-g@mail.gmail.com>
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