How can I view the change history of an individual file in Git, complete details with what has changed?
I have got as far as:
git log -- [filename]
If you're using the git GUI (on Windows) under the Repository menu you can use "Visualize master's History". Highlight a commit in the top pane and a file in the lower right and you'll see the diff for that commit in the lower left.