Say I do
git add foo.txt
Now, foo's changes are in the index (I'm assuming git was already tracking that file). Now, when I do git diff, I can't see the changes in foo by doing
git diff
Are there some extra things that git diff
wants before it shows me those changes?