pgsql: Add a --non-master-only 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 --non-master-only option to git_changelog.
Date: 2016-05-01 15:27:33
Message-ID: E1awtHR-0000Nn-Q2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a --non-master-only option to git_changelog.

This has the inverse effect of --master-only. It's needed to help find
cases where a commit should not be described in major release notes
because it was back-patched into older branches, though not at the same
time as the HEAD commit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8473b7f95fbe8ef25dccd23ff94a4e363797bd90

Modified Files
--------------
src/tools/git_changelog | 36 +++++++++++++++++++++++++++++-------
1 file changed, 29 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-05-02 01:38:47 pgsql: doc: Fix typo
Previous Message Bruce Momjian 2016-04-30 22:11:29 Re: pgsql: Reserve the "pg_" namespace for roles