I want get latest commit id or changes that was made in particular line of file.
I'm working with big team and there are daily changes commit in repo, now I want to find what as the last changes made in any file file/xyz.py line number 20 or in range of 20 to 30. So it is difficult for me to check every commit if the file was edited or not.
Is there any command that can show me last changes or commit id by finding when was last time the file was touched or edited in that line or range of line?