git log –author=pattern can be used to show log of all users matching a specific pattern.
$ git log --author=Ram $ git log --author="R.*m" // Will also match with Ram
git log –author=pattern can be used to show log of all users matching a specific pattern.
$ git log --author=Ram $ git log --author="R.*m" // Will also match with Ram