git-tar-tree: no more void pointer arithmetic
[git.git] / Documentation / git-shortlog.txt
1 git-shortlog(1)
2 ===============
3
4 NAME
5 ----
6 git-shortlog - Summarize 'git log' output
7
8 SYNOPSIS
9 --------
10 git-log --pretty=short | 'git-shortlog'
11
12 DESCRIPTION
13 -----------
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.
17
18 Additionally, "[PATCH]" will be stripped from the commit description.
19
20 FILES
21 -----
22 '.mailmap'::
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:
27
28                 # Keep alphabetized
29                 Adam Morrow <adam@localhost.localdomain>
30                 Eve Jones <eve@laptop.(none)>
31
32 Author
33 ------
34 Written by Jeff Garzik <jgarzik@pobox.com>
35
36 Documentation
37 --------------
38 Documentation by Junio C Hamano.
39
40 GIT
41 ---
42 Part of the gitlink:git[7] suite
43