Method 1:
git log --follow --oneline -- fileName
0f27eb7 XXX
afd3503 YYY
49f4cc8 ZZZ
git show 0f27eb7
Method 2:
gitk fileName
Method 1:
git log --follow --oneline -- fileName
0f27eb7 XXX
afd3503 YYY
49f4cc8 ZZZ
git show 0f27eb7
Method 2:
gitk fileName