Minor fix to gitlog-to-changelog

2009-08-12 Thread Sergey Poznyakoff
Hello, In the output of gitlog-to-changelog, subject lines are not separated from the body. This fix adds an extra newline and fixes this. Any objections to push it? Regards, Sergey diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog index 1cc53eb..a4a0c1d 100755 ---

Re: Minor fix to gitlog-to-changelog

2009-08-12 Thread Jim Meyering
Sergey Poznyakoff wrote: In the output of gitlog-to-changelog, subject lines are not separated from the body. This fix adds an extra newline and fixes this. Any objections to push it? Hi Sergey, I prefer the existing style, so how about making that format string an option? E.g., I prefer

Re: Minor fix to gitlog-to-changelog

2009-08-12 Thread Sergey Poznyakoff
Jim Meyering j...@meyering.net ha escrit: I prefer the existing style, so how about making that format string an option? That's reasonable. Something like that, then: diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog index 1cc53eb..677e5f6 100755 ---

Re: Minor fix to gitlog-to-changelog

2009-08-12 Thread Jim Meyering
Sergey Poznyakoff wrote: Jim Meyering j...@meyering.net ha escrit: I prefer the existing style, so how about making that format string an option? That's reasonable. Something like that, then: That's fine, as long as you also add a line or two in --help output.