## Search Messages for a Pattern ```sh git log --grep=<pattern> ``` ## Only Show Merges ```sh git log --merg ```