Autogenerated man pages for v1.4.0-rc1-gfd7e
[git.git] / man1 / git-shortlog.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-SHORTLOG" 1 "" "" ""
21 .SH NAME
22 git-shortlog \- Summarize 'git log' output
23 .SH "SYNOPSIS"
24
25
26 git\-log \-\-pretty=short | \fIgit\-shortlog\fR
27
28 .SH "DESCRIPTION"
29
30
31 Summarizes \fIgit log\fR output in a format suitable for inclusion in release announcements\&. Each commit will be grouped by author the first line of the commit message will be shown\&.
32
33
34 Additionally, "[PATCH]" will be stripped from the commit description\&.
35
36 .SH "FILES"
37
38 .TP
39 \fI\&.mailmap\fR
40 If this file exists, it will be used for mapping author email addresses to a real author name\&. One mapping per line, first the author name followed by the email address enclosed by \fI<\fR and \fI>\fR\&. Use hash \fI#\fR for comments\&. Example:
41
42 .nf
43 # Keep alphabetized
44 Adam Morrow <adam@localhost\&.localdomain>
45 Eve Jones <eve@laptop\&.(none)>
46 .fi
47
48 .SH "AUTHOR"
49
50
51 Written by Jeff Garzik <jgarzik@pobox\&.com>
52
53 .SH "DOCUMENTATION"
54
55
56 Documentation by Junio C Hamano\&.
57
58 .SH "GIT"
59
60
61 Part of the \fBgit\fR(7) suite
62