This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RESEND] [PATCH 1/12] PPC64: First in the series of patches implementing POWER8 vector math.


On Fri, 8 Mar 2019, GT wrote:

> 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's a lot more complicated than simply replying to emails.  (Putting 
the full commit message and patch contents in the email body rather than 
an attachment also helps make patch review by replying to patch emails as 
easy as possible, but putting the patch contents there requires an email 
client that won't modify whitespace in those patch contents at all, or 
using git itself for sending the emails.)

The process, of emailing successive revisions of patch series, is somewhat 
similar to that used by the Linux kernel, which various git commands 
(rebase, format-patch, etc.) are designed to facilitate.  (There are of 
course some differences from Linux kernel processes as well.)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]