Re: Request to add options to tools/git_changelog - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Request to add options to tools/git_changelog
Date
Msg-id 23973.1335417976@sss.pgh.pa.us
Whole thread Raw
In response to Re: Request to add options to tools/git_changelog  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Request to add options to tools/git_changelog  (Bruce Momjian <bruce@momjian.us>)
Re: Request to add options to tools/git_changelog  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Wed, Apr 25, 2012 at 05:09:04PM -0400, Tom Lane wrote:
>>> --details-after Show branch and author info after the commit description

>> I don't understand the point of that.

> The release notes have the author at the end of the text.

So?  The committer is very often not the author, so I'm not seeing that
this helps much.  Not to mention that the commit message is almost never
directly usable as release note text, anyway.

>>> --oldest-first  Show oldest commits first

>> This also seems rather useless in comparison to how much it complicates
>> the code.  We don't sort release note entries by commit date, so what's
>> it matter?

> It is very hard to read the commit messages newest-first because they
> are often cummulative, and the order of items of equal weight is
> oldest-first in the release notes.

I'm unpersuaded here, too, not least because I have never heard this
"oldest first" policy before, and it's certainly never been followed
in any set of release notes I wrote.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Request to add options to tools/git_changelog
Next
From: Heikki Linnakangas
Date:
Subject: Re: Temporary tables under hot standby