*:::: Two or more of the commits could be considered to be a logical group
 *::: See {wiki: GitSquash Squashing git commits} for details on how to do this
 
-1::Verify that any commits that are related to a =GitTrac= ticket have the ticket number in the commit comment.  Examples:
+1::Verify that all commit messages {wiki: CommitMessages follow our conventions}, esp that the gittrac ticket number in the commit comment.  Examples:
 *:::=Fix bug that caused the foo daemon to crash when bar happens {quote:(#123)}=
 *:::=Implemented {quote: #234} to allow the user to do something really cool=
 *:::=Fixed bug {quote: (#345)} that caused bad things to happen=