*::: 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:
-*:::=Fix bug that caused the foo daemon to crash when bar happens {quote:[#123]}=
+*:::=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=
+*::: *Note*: Enclosing the ticket number in square brackets ="[]"= (i.e. {quote: "[#456]"}) will cause =GitTrac= to ignore it.
 
 1::: If you know git well enough, you can change the last *-- only the last --* commit message via:
 *:::: =git commit --amend=