I can list commits for a file, even if it has been renamed or moved
git log --follow foo.sh
However, I would like to "follow" the file, but only list commits where the file was actually changed. Something like
git log --follow --exclude-renames foo.sh