git log commit messge starts with code example
Example 1: search by message git
git log --all --grep='Build 0051'
Example 2: git log by author
git log --author="Jon"
git log --all --grep='Build 0051'
git log --author="Jon"