I know how to run gblame inside a file.
I know how to grep a content inside all files in a directory.
I'd like to see gblame of particular lines around that one that contains a content. Example:
$ blame -R "content" ./
I see a list of files. I want to gblame all of theme, and understand who has touched those lines of code.