Re: Request to add options to tools/git_changelog

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-04-25T21:09:04Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> The attached patch gives you an idea of what I want to add.

This patch doesn't seem to be against HEAD?

>     --details-after Show branch and author info after the commit description

I don't understand the point of that.

>     --master-only   Show commits made exclusively to the master branch

Agreed, this could be useful.

>     --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?

			regards, tom lane