For a given line (or any given unit of text) in a file, can I find out which commit last changed/created it?
This will help me to identify who last changed/created it, based on the commit.
Visual Studio 2015 for C# seems to have such feature. I guess it uses git to do that. Also some commentator said that "I have a bit more trust in git showing correct commit\merge author than in Tom remembering what he did."
Thanks.