git-contrib - Man Page
Show user´s contributions
Examples (TL;DR)
- Display all commit hashes and their corresponding commit messages from a specific author:
git contrib author
Synopsis
git-contrib [<username>|<email>]
Description
Output a user´s contributions to a project, based on the author name or email. Returns multiple entries if there are more than one match.
Options
<username>
The name or email of the user who owns the contributions.
Examples
Searching with a username $ git contrib visionmedia visionmedia (18): Export STATUS_CODES Moved help msg to node-repl Added multiple arg support for sys.puts(), print(), etc. Fix stack output on socket error ... Searching with a partial email $ git contrib tj@ visionmedia (18): Export STATUS_CODES Moved help msg to node-repl Added multiple arg support for sys.puts(), print(), etc. Fix stack output on socket error ...
Author
Written by Tj Holowaychuk <tj@vision-media.ca>
Reporting Bugs
See Also
Referenced By
October 2017 Git Extras