Re: [PATCH] Fix various spelling errors - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Fix various spelling errors
Date
Msg-id 328924.1647362794@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Fix various spelling errors  ("Kekalainen, Otto" <ottoke@amazon.com>)
List pgsql-hackers
"Kekalainen, Otto" <ottoke@amazon.com> writes:
> Please next time use `git am` to import the patch so that author and other
> commit metadata is kept, or if you apply patches manually then commit with `git
> --author` so that original author will be correct in the commit and your name
> will be only in the committer field.

This is not our practice.  We credit authors in the body of the commit
message, but we don't worry about the git metadata.  git is a tool we
happen to be using at the moment, but it doesn't run the project,
and in any case it's far short of being adequate for such a purpose.
What would you do with multiple-author patches, for a start?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Corruption during WAL replay
Next
From: Robert Haas
Date:
Subject: Re: [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints