Re: Template for commit messages

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Template for commit messages
Date: 2016-01-28 10:30:58
Message-ID: 56A9EDE2.20608@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 01/28/2016 11:06 AM, Bruce Momjian wrote:
> On Thu, Jan 28, 2016 at 03:52:00AM -0500, Bruce Momjian wrote:
>> There has been a request in the FOSDEM developers meeting that
>> committers use a more consistent format for commit messages. This is
>> the format I use:
>
> Here is an updated version that includes a potential bug number:
>
> -- email subject limit -----------------------------------------
> -- gitweb summary limit --------------------------
>
>
> Report by
>
> Bug #
>
> Patch by
>
> Reviewed by
>
> Backpatch through

Any reason why not to adapt the git message conventions from kernel?

https://git.wiki.kernel.org/index.php/CommitMessageConventions

I'd expect there are tools already working with that format, making the
life easier for us.

regards

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rahila Syed 2016-01-28 10:38:16 Re: [PROPOSAL] VACUUM Progress Checker.
Previous Message Bruce Momjian 2016-01-28 10:06:24 Re: Template for commit messages