Add a --brief option to git_changelog.

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

Commit: 8067c8f86b5f4516ee204a119a750329f7d126ee
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-04-26T22:52:41Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/tools/git_changelog modified +37 −10