# How to simplify the graph produced by git log --graph
# https://gist.github.com/datagrok/4221767
The graph (git log --graph [--oneline] [--all])
# How to search a Git repository by commit message?
# http://stackoverflow.com/questions/7124914/how-to-search-a-git-repository-by-commit-message
git log --all --grep='Build 0051'