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
The --verbose (or -v) flag for git commit will display the diff of what would be committed:
--verbose
-v
git commit --verbose