Remember to follow our git commit message format. I see a few commits that aren't quite following this. Remember the first line should start with "GEODE-XXXX: Short summary of what you changed" followed by a blank line. That will help people looking at the history with git --oneline or through github.
-Dan ---------- Forwarded message ---------- From: Kirk Lund <[email protected]> Date: Fri, Jan 8, 2016 at 9:51 AM Subject: Commit message format To: geode <[email protected]> Reminder that we're supposed to be using formatting like the following for commit messages (if I'm wrong, please correct this)... GEODE-nn: Capitalized, 50 chars or less summary More detailed explanation with linefeeds to wrap at 72 characters after a blank line following the summary. Further paragraphs come after blank lines. - Bullet points are okay, too (or *) - Typically a hyphen or asterisk is used for the bullet, followed by a single space, with blank lines in between, but conventions vary here - Use a hanging indent
