git search all commits for string

Shell
git log -S <whatever> --source --all

Source

Also in Shell: