Esistono modi per modificare il messaggio da commit successivi:
git commit --amend # for the most recent commit
git rebase --interactive master~2 # but requires *parent*
Come puoi modificare il messaggio di commit del primo commit (che non ha un genitore)?
git filter-branch --msg-filter