I'm trying to find all commits made by Matt, but in my repository there are a couple of users with similar names (e.g., Matthew), and git log --author="Matt"
covers these users that are not Matt.
Is there a way to say to git do not be that smart and filter only the string that I'm looking for?