pgsql: Add a --brief option to git_changelog.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a --brief option to git_changelog.
Date: 2016-04-26 22:52:54
Message-ID: E1avBqg-0002el-Q0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a --brief option to git_changelog.

In commit c0b050192, Andres introduced the idea of including one-line
commit references in our major release notes. Teach git_changelog to
emit a (lightly adapted) version of that format, so that we don't
have to laboriously add it to the notes after the fact. The default
output isn't changed, since I anticipate still using that for minor
release notes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8067c8f86b5f4516ee204a119a750329f7d126ee

Modified Files
--------------
src/tools/git_changelog | 47 +++++++++++++++++++++++++++++++++++++----------
1 file changed, 37 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-04-27 00:45:01 Re: pgsql: pg_upgrade: Convert old visibility map format to new format.
Previous Message Christian Ullrich 2016-04-26 17:39:29 Re: pgsql: Add putenv support for msvcrt from Visual Studio 2013