]> granicus.if.org Git - postgresql/commit
Add a --non-master-only option to git_changelog.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 May 2016 15:24:32 +0000 (11:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 May 2016 15:24:32 +0000 (11:24 -0400)
commit8473b7f95fbe8ef25dccd23ff94a4e363797bd90
treec7781963b2f3a51708d105b86e459e08b9fc8b6d
parent6376a16ba24a5a097fc739b9c79ab555be4d9f1a
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.
src/tools/git_changelog