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

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

Commit: 8473b7f95fbe8ef25dccd23ff94a4e363797bd90
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-05-01T15:24:32Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/tools/git_changelog modified +29 −7