*:::=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= + +1::: If you know git well enough, you can change the last *-- only the last --* commit message via: +*:::: =git commit --amend= +*:::: *Note*: If you're not familiar with git, use the below method. +*:::: *Note*: This seems to do strange things if you've run 'git add' since the commit. + +1::: It's easy and safer to edit the commit message in =GitTrac= after you do the push. +*:::: Sind the relevant commit in =GitTrac= +*:::: Edit the commit message to include the ticket number as above, then save your changes. +*:::: *Note*: =GitTrac= edits to git commit messages *do not* affect the actual git repository -- if you run "git log", you'll see your original commit message, but =GitTrac= will use the edited message.