bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FEATURE REQUEST] git-merge-changelog and "lumped" ChangeLog entries


From: Stefano Lattarini
Subject: [FEATURE REQUEST] git-merge-changelog and "lumped" ChangeLog entries
Date: Thu, 15 Jul 2010 21:34:17 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Hello gnulibers.

Some projects (like Automake) have the policy of keeping multiple 
ChangeLog entries having the same author and date lumped togheter, 
preferring e.g.:

  2000-01-01  Foo Bar  <address@hidden>

        Add foo

        Add bar

over:

  2000-01-01  Foo Bar  <address@hidden>

        Add foo

  2000-01-01  Foo Bar  <address@hidden>

        Add bar

For such projects, the git-merge-changelog user experience is somewhat 
marred, since the driver separates the lumped-togheter entries when 
rebasing, e.g. turning a ChangeLog entry like the former into one
like the latter (see the attached script for an example).

Do you think an option could be added to git-merge-changelog to
make this behavior more configurable, and adjustable to the
"lumped-togheter" policy?

Regards,
   Stefano

Attachment: foo.sh
Description: application/shellscript


reply via email to

[Prev in Thread] Current Thread [Next in Thread]