I just want to see the files that were committed in the last commit exactly as I saw the list when I did git commit. Unfortunately searching for
git "last commit" log in Google gets me nowhere. And
git diff HEAD^..HEAD is not what I need, of course, since it spews the guts of the change too.
git diff HEAD^..HEAD!git show -1git diff HEAD^ HEAD