git log for specific file

C++
git log -p filename
$ git log --follow -p -- <file>
Source

Also in C++: