Follow Changes Made to File

To see all the changes made to one file over time, use the —follow flag and the name of a file.

git log -p --follow index.html

Running the command will log all of the patches made to just the file over the lifetime of the repo.