Is there any way to get git to give you a commit log for just commits that touched a particular line in a file?
Like git blame, but git blame will show you the LAST commit that touched a particular line.
I'd really like to get a similar log of, not the list of commits to anywhere in the file, but just the commits that touched a particular line.