2013/10/1 Olle E. Johansson oej@edvina.net:
A git question that's related:
Can I change a commit message?
git commit --amend
But only if you have not pushed the commit yet. You should never rewrite the git history on a public repository.
Cheers, Victor