Add a --brief option to git_changelog

Enterprise / PostgreSQL - Tom Lane [sss.pgh.pa.us] - 26 April 2016 17:52 UTC

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.

8067c8f Add a --brief option to git_changelog.
src/tools/git_changelog | 47 +++++++++++++++++++++++++++++++++++++----------
1 file changed, 37 insertions(+), 10 deletions(-)

Upstream: git.postgresql.org


  • Share