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

index 4b0409e..5259343 100644 (file)
@@ -9,7 +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)) {
-            return "Commit messages must be in the format 'fix #123 - some description'\n You used '$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
         //asdfasdf #123, 234 ,34