6 git-shortlog - Summarize 'git log' output
10 git-log --pretty=short | 'git-shortlog'
14 Summarizes 'git log' output in a format suitable for inclusion
15 in release announcements. Each commit will be grouped by author
16 the first line of the commit message will be shown.
18 Additionally, "[PATCH]" will be stripped from the commit description.
23 If this file exists, it will be used for mapping author email
24 addresses to a real author name. One mapping per line, first
25 the author name followed by the email address enclosed by
26 '<' and '>'. Use hash '#' for comments. Example:
29 Adam Morrow <adam@localhost.localdomain>
30 Eve Jones <eve@laptop.(none)>
34 Written by Jeff Garzik <jgarzik@pobox.com>
38 Documentation by Junio C Hamano.
42 Part of the gitlink:git[7] suite