How to git grep every commit in repo to display only commits that have lines with added word.
I am looking for a word 'introduced' and I need to find a commits that have that word added, but not in the message of a commit but in file's text that has been committed.
Also, I need to use 'git grep' not grep
My question is not a duplicate as the suggested question only answers generally how to use grep and I am asking more specific, not how to use grep but how to find a specific information using grep