inc/CommitCheck/SingleIssue.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 08:48:47 +0000 (16:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 08:48:47 +0000 (16:48 +0800)
inc/CommitCheck/SingleIssue.php

index 5259343..a5a8885 100644 (file)
@@ -9,6 +9,7 @@ class MTrackCommitCheck_SingleIssue implements IMTrackCommitListener
     {
         // checks for XXXX #123 - XXXX YYYY
         if (!preg_match("/^\s*[a-z]+\s+#[0-9]+\s+-\s+[a-z]+\s/i", $msg)) {
+            $msg= trim($msg);
             return "Commit messages must include the exact issue being fixed and in the format\n\n'fix #123 - some description'\n\n You used '$msg'";
         }
         // we need to reject