Finding source-code changes

Use this alias in ~/.gitconfig:
[alias]
search = log --source --all -p --decorate=full -G
which allows you to
$ git search MyCall\\\(true\\\)
This will help you find your commit in any branch.