[git] GitHub - List commits by author

Is there any way on GitHub to list all commits made by a single author, in the browser (neither locally, e.g. via git log, nor via the API)?

Clicking on a user name in the list of commits (Commit History) simply leads to that user's profile page. Examining the GitHub UI and searching (Google, StackOverflow) does not reveal a way to do this.

This question is related to git github

The answer is


Just add ?author=<emailaddress> or ?author=<githubUserName> to the url when viewing the "commits" section of a repo.