git log with changes to a file patch branches code example
Example 1: git log by author
git log --author="Jon"
Example 2: git log grep
git log --all --grep='Build 0051'
git log --author="Jon"
git log --all --grep='Build 0051'