I am quite new to Git, thus maybe I am missing something here.
dan@one:/var/www/$ git status -s M GoogleChromeExtension.js M ApiClient.js
So
git diff doesn't show the difference between last two commits. git diff shows difference between last commit and the changes you have done to your code.