Існують способи змінити повідомлення з пізніших зобов’язань:
git commit --amend # for the most recent commit
git rebase --interactive master~2 # but requires *parent*
Як ви можете змінити повідомлення про фіксацію першої комісії (у якої немає батьків)?
git filter-branch --msg-filter