I have a file in a Git project that had a specific value changed at some point by someone; I don't know who or when. I want to find when the change was made, but I'm not sure how I can track that in Git.
I've tried using git diff <sha1> <sha2>
, but that shows the differences for the entire project, while I want to check one particular file.
[Link text](URL)
, or raw URLs. – Corbel