Когда git commit
откройте редактор сообщений, отображается краткий статус, примерно такой:
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 26 commits.
#
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: Showcase/src/com/gigantt/BorderArea.mxml
# modified: Showcase/src/com/gigantt/Client.mxml
# modified: Showcase/src/com/gigantt/GraphItem.mxml
#
Как я могу настроить git, чтобы показать также, какой diff должен быть зафиксирован? Я знаю, что это может быть длинный diff, но все же... настолько полезный.