Is it possible to log commits of file in git, when I know certain line, and want to show commits which edited the lines above or below that line in the scale of N lines?
I want to find, which commit broke the functionality, when certain method call or piece of code should be somewhere around another method call, but it is not, and I don't know the exact name of the missing method call or piece of code.