Ne zaman git commitaçık mesaj editörü gösterileri kısa durumu, böyle bir şey olur:
# 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'i işlenecek farkı da gösterecek şekilde nasıl ayarlayabilirim? Uzun bir fark olabileceğinin farkındayım, ama yine de .. çok kullanışlı.
git diff --cachedonu üretir, ancak her seferinde istiyorsanız neden ayrı bir komut çalıştırasınız?