I am trying to trace a piece of code (just a single line) to it's commit.
Using blame only points me to a commit where this line in question was moved as a part of an extract method style refactoring.
What techniques can I use to get to the commit were that particular text existed in the codebase for the first time?