Hi Michael, On Thu, Jun 17, 2010 at 01:34:13AM +0200, Michael Prokop wrote: > Package: git-buildpackage > Version: 0.4.67 > Severity: wishlist > > > I can't find a way how to collect/merge the commit messages by > authors automatically when running git-dch. > > What I often get when running git-dch is something like: > > [ Author 1 ] > * foo > > [ Author 2 ] > * bar > > [ Author 1 ] > * baz > > What I'd like to get is: > > [ Author 1 ] > * foo > * baz > > [ Author 2 ] > * bar > > Would be great if that could be possible. Yes, true - I'd like to see this too. The current behaviour is what dch does (which is what git-dch calls implicitly) so fixing this up would involve getting rid of dch and always rewriting the whole section when adding new entries. This way we could check if the name is already there. Cheers, -- Guido
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org