GitCheatSheet.org logo
Home / How To

Filter the log entries by committer name

git log --committer='John'

Note: the command will display any committer that contains the string John, e.g. "John Doe" or "Johnny".