This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [RESEND] [PATCH 1/12] PPC64: First in the series of patches implementing POWER8 vector math.
- From: GT <tnggil at protonmail dot com>
- To: "libc-alpha\\@sourceware.org" <libc-alpha at sourceware dot org>
- Date: Fri, 08 Mar 2019 18:14:37 +0000
- Subject: Re: [RESEND] [PATCH 1/12] PPC64: First in the series of patches implementing POWER8 vector math.
- References: <SLqh7MJvtXAa1Y5dfAS32jhZvA2XNtQLmNWcAyggITb-D0YPGLXvJ34fDpGxEIP8AsVlLcHx-V3d50_rrM5M2czbrxmWDtdvKV5bkTODvjY=@protonmail.com> <alpine.DEB.2.21.1903071904500.16241@digraph.polyomino.org.uk>
- Reply-to: GT <tnggil at protonmail dot com>
> > 4. Changed patch subject line to now include m/n sequence indicator.
>
> Could you also use the "git format-patch -v" convention for distinguishing
> the version of the patch series? So if it's version 10 (I haven't counted
> how many there have been), it would be "[PATCH v10 1/12]", for example (no
> "[RESEND]", please).
>
So; trying to find all patch versions and the comments that have
accompanied each got me to thinking this:
1. Could we use git to keep the procedure simpler and cleaner? By having
the first version of a patch to libc-alpha committed to a public repo. Then,
anyone who wants to comment on that patch clones/fetches from the repo. and
modifies ONLY the notes that go along with the patch. Then sends the modified
patch to libc-alpha, after which the owner of the repo. pushes the patch now
containing new commentary. Repeated for each new comment.
That way, there will be only one git object to examine in order to see what
has been discussed regarding any patch. Instead of what is now a manual
search through the mailing list.
Yes/No?
Thanks.
Bert.