gitlog-to-changelog: do not clump multi-paragraph entries
authorJim Meyering <meyering@redhat.com>
Sun, 25 Dec 2011 15:14:36 +0000 (16:14 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 26 Dec 2011 09:19:53 +0000 (10:19 +0100)
commitba7a060ee406a05700ac89e1088a42a441f62fcf
treed1a644b4b43272190197f7c5b4f95ed079b73ee0
parentff1c7369fc418d42c7d05436932c270f1fe75a2c
gitlog-to-changelog: do not clump multi-paragraph entries

Identical header lines (date,name,email+coauthors) are suppressed,
thus putting all entries with those same characteristics under
a single header.  However, when a log entry consists of two or
more paragraphs, it may not be clear where it starts and ends.
This change makes it so that such an entry is always separated
from others by a header line, even when that header would
otherwise be suppressed.
* build-aux/gitlog-to-changelog: Implement the above.
Inspired by a related request from Stefano Lattarini in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/29456
ChangeLog
build-aux/gitlog-to-changelog