
10 Jun
2012
10 Jun
'12
8:32 a.m.
Chris Samuel <chris@csamuel.org> wrote:
On Sunday 10 June 2012 16:16:39 Russell Coker wrote:
How would you do that exactly?
git log -p /path/to/file
That will show you all the changes to that particular file.
This is what I would use, but it's also worth noting that git diff can show you the differences between two commits that apply to a specified file (if I'm reading the manual page correctly).