.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "GIT\-CONTRIB" "1" "November 2023" "" "Git Extras" .SH "NAME" \fBgit\-contrib\fR \- Show user's contributions .SH "SYNOPSIS" .TS allbox; \fBgit\-contrib\fR [ ] .TE .SH "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\. .SH "OPTIONS" .P The name or email of the user who owns the contributions\. .SH "EXAMPLES" .nf 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 \|\.\|\.\|\. .fi .SH "AUTHOR" Written by Tj Holowaychuk <\fItj@vision\-media\.ca\fR> .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR>