I sometimes run into the following situation:
- I have changes in my working copy
- I run
git crecord, and select a subset of them to commit, while leaving others in my working copy
- As I'm typing my commit message, I'd like to check something in the changes I didn't select to commit
At this moment, the changes in question (which I didn't select to commit) are not present in my working copy. Where are they / where can I look to take a look at them while I'm writing my commit message?