git-contrib - Show user's contributions
Contents
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.
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
...
Name
git-contrib - Show user's contributions
Options
<username>
The name or email of the user who owns the contributions.
Reporting Bugs
<https://github.com/tj/git-extras/issues>
See Also
<https://github.com/tj/git-extras>
October 2024 GIT-CONTRIB(1)
