Is there any way to get a list of files that will be committed when I type the following?
git commit -m \"my changes\"
git status lists too muc
You can try:
git diff --name-status
I get the following:
$ git diff --name-status M README.markdown
Without the untracked files.