tj.git-extras/man/git-contrib.md
2015-08-04 19:19:46 +02:00

53 lines
1.1 KiB
Markdown

git-contrib(1) -- Show user's contributions
===========================================
## 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 &lt;<tj@vision-media.ca>&gt;
## REPORTING BUGS
&lt;<https://github.com/tj/git-extras/issues>&gt;
## SEE ALSO
&lt;<https://github.com/tj/git-extras>&gt;