practice-git
practice-git copied to clipboard
Find a certain string which was introduced in any commit on any branch.
Search through commits and find a certain string which was introduced in any commit on any branch
$ git log -S'hello world' --source --all
Source: http://stackoverflow.com/questions/5816134/git-finding-a-commit-that-introduced-a-string