git log --committer='John'
Note: the command will display any committer that contains the string John, e.g. "John Doe" or "Johnny".
Search Git Commands | More How Tos