Obligatory plug for `git log -p`, which is a much better tool for finding out how changes happened to a file.
You can also use `git log -p --follow` with a single file to track the file across renames and moves.
Obligatory plug for `git log -p`, which is a much better tool for finding out how changes happened to a file.
You can also use `git log -p --follow` with a single file to track the file across renames and moves.