Re: [PATCH 0/2] gitlog-to-changelog output adjustments

2011-10-31 Thread Dmitry V. Levin
On Mon, Oct 31, 2011 at 08:56:44AM +0100, Jim Meyering wrote: [...] > Here's the result. > I'll wait for an ACK from you in case there's anything > you'd like to adjust. The result is OK, thanks. -- ldv pgpl9QybPcS0I.pgp Description: PGP signature

Re: [PATCH 0/2] gitlog-to-changelog output adjustments

2011-10-31 Thread Jim Meyering
Dmitry V. Levin wrote: ... > Subject: [PATCH] gitlog-to-changelog: new option --append-dot > > * build-aux/gitlog-to-changelog: New option --append-dot, makes the > first non-blank line of each commit message terminated with a dot. > --- > ChangeLog |6 ++ > build-aux/g

Re: [PATCH 0/2] gitlog-to-changelog output adjustments

2011-10-30 Thread Dmitry V. Levin
Hi, On Sun, Oct 30, 2011 at 08:19:43PM +0100, Jim Meyering wrote: [...] > > gitlog-to-changelog: terminate the 1st line of commit message with a dot [...] > I see where you're coming from, and if you make each summary line > start with a capital letter, like a regular sentence, then that makes >

Re: [PATCH 0/2] gitlog-to-changelog output adjustments

2011-10-30 Thread Jim Meyering
Dmitry V. Levin wrote: > After migrating several projects from GNU-Style ChangeLogs to git with > autogenerated ChangeLog files, I found a minor discrepancy in style Hi Dmitry, If they're using gnulib but not listed in users.txt, please add their names/URLs. Keeping that list up to date helps us

[PATCH 0/2] gitlog-to-changelog output adjustments

2011-10-29 Thread Dmitry V. Levin
After migrating several projects from GNU-Style ChangeLogs to git with autogenerated ChangeLog files, I found a minor discrepancy in style between the old and generated ChangeLog files. The git commit message convention is that the first line of a commit message is a summary which is usually not t