View original Gist on GitHub
Tags: #git #grep #search
git log --grep=<pattern> --grep=<pattern> -i --all-match # man git-log # -i means use a case insensitive search # --all-match means log message needs all provided patterns to match