.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-SHORTLOG" 1 "" "" "" .SH NAME git-shortlog \- Summarize 'git log' output .SH "SYNOPSIS" git\-log \-\-pretty=short | \fIgit\-shortlog\fR .SH "DESCRIPTION" 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\&. Additionally, "[PATCH]" will be stripped from the commit description\&. .SH "FILES" .TP \fI\&.mailmap\fR 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: .nf # Keep alphabetized Adam Morrow Eve Jones .fi .SH "AUTHOR" Written by Jeff Garzik .SH "DOCUMENTATION" Documentation by Junio C Hamano\&. .SH "GIT" Part of the \fBgit\fR(7) suite