Hi everyone,<br><br>For those working on the ImageJ codebase, here is a nice article on how to right good commit messages:<br><br>  <a href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html</a><br>

<br>Same advice applies to SVN too; especially since anyone using git-svn will see commit messages formatted according to git conventions.<br><br>Also, because we use Trac, you can use Trac markup in the messages. In particular, if you want to use bullet points, you can use two spaces followed by an asterisk, with hanging indent after that.<br>

<br>For example:<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">Add several features to facilitate foobar support:<br><br>  * Delintify the fizzwidget.<br>

  * Unscramble the thingamawhatsit.<br></blockquote><br>When done this way, the message will look nice from both command line tools, and the Trac web interface.<br><br>Regards,<br>Curtis<br><br>