Is it possible somehow for GIT to find which commit introduced a specific line of code in a specific file? This is assuming that there have been many commits since that line was added. Or is this something that must be done in a script while looking at the git blame of all the commits for the file in which the line is present?
To clarify
Original file->Line Added to file and committed -> Many other commits adding other lines and changing the code
question from:
https://stackoverflow.com/questions/13692072/git-blame-committed-line 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…