[gitk : View the details changed history of an individual file using Git versioning] https://goo.gl/NvJUD9
#tags: git
For this I'd use:
gitk [filename]
or to follow filename past renames
gitk --follow [filename]