git log -- <file>
git log -p -- <file>
git log --follow -p -- <file>
git log 显示与特定文件相关的 commit 信息
原文:https://www.cnblogs.com/sun-ye/p/14993492.html