Re: Three commit tips - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Three commit tips
Date
Msg-id 20231102160719.GA3860@nathanxps13
Whole thread Raw
In response to Three commit tips  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Three commit tips
List pgsql-hackers
On Thu, Nov 02, 2023 at 11:22:38AM -0400, Bruce Momjian wrote:
> First, I have been hesitant to ascribe others as patch authors if I
> heavily modified a doc patch because I didn't want them blamed for any
> mistakes I made.  However, I also want to give them credit, so I decided
> I would annotate commits with "partial", e.g.:
> 
>     Author:  Andy Jackson (partial)

I tend to use "Co-authored-by" for this purpose.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Don't pass NULL pointer to strcmp().
Next
From: Gilles Darold
Date:
Subject: Tab completion for CREATE TABLE ... AS