Extra newline added to commit messages -- why?

2010-04-15 Thread Ori Avtalion
Hi, After looking at logs for a project, I notice some commits have an empty line between the commit text and the "--" line, and some don't. After asking on #svn and doing some tests, I realized that the commits I saw without the extra newline were either made by "commit -m", git-svn, or

Re: Extra newline added to commit messages -- why?

2010-04-16 Thread Ori Avtalion
On 04/16/2010 01:56 AM, Ryan Schmidt wrote: I think you should use log-police.py to make it a non-issue. This script ensures all log messages end with exactly one newline, regardless how many were there originally. You can set it up as a hook script to auto-correct new commits as they happen,