]> granicus.if.org Git - postgresql/commit
Add a --brief option to git_changelog.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Apr 2016 22:52:17 +0000 (18:52 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Apr 2016 22:52:41 +0000 (18:52 -0400)
commit8067c8f86b5f4516ee204a119a750329f7d126ee
tree963a194ff7e12152971bf900e5520ac5fd349dc6
parentf1e3c76066f0066a8a9bb09b80cd97f11e4b2dc4
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.
src/tools/git_changelog