There\'s ways to change the message from later commits:
git commit --amend # for the most recent co
As of Git version 1.7.12, you may now use
git rebase -i --root
Documentation