1GIT-CONTRIB(1) Git Extras GIT-CONTRIB(1)
2
3
4
6 git-contrib - Show user´s contributions
7
9 git-contrib [<username>|<email>]
10
12 Output a user´s contributions to a project, based on the author name or
13 email. Returns multiple entries if there are more than one match.
14
16 <username>
17
18 The name or email of the user who owns the contributions.
19
21 Searching with a username
22
23 $ git contrib visionmedia
24 visionmedia (18):
25 Export STATUS_CODES
26 Moved help msg to node-repl
27 Added multiple arg support for sys.puts(), print(), etc.
28 Fix stack output on socket error
29 ...
30
31 Searching with a partial email
32
33 $ git contrib tj@
34 visionmedia (18):
35 Export STATUS_CODES
36 Moved help msg to node-repl
37 Added multiple arg support for sys.puts(), print(), etc.
38 Fix stack output on socket error
39 ...
40
42 Written by Tj Holowaychuk <tj@vision-media.ca>
43
45 <https://github.com/tj/git-extras/issues>
46
48 <https://github.com/tj/git-extras>
49
50
51
52 October 2017 GIT-CONTRIB(1)