When git commit open the message editor is shows a brief status, something like this:
git commit
# Please enter the commit message for your changes. Lines star
If you want to always see the diff when you commit, you can add the following to your ~/.gitconfig file:
~/.gitconfig
[alias] commit = commit -v