I\'ve renamed a couple of files using git mv, used git stash, had a quick look at HEAD (without changing it) then did git stash pop to
git mv
git stash
git stash pop
git log --follow ./path/to/file
I believe this is what you're looking for.