]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-shortlog.txt
Fix git-revert
[thirdparty/git.git] / Documentation / git-shortlog.txt
CommitLineData
3f971fc4
JH
1git-shortlog(1)
2===============
3f971fc4
JH
3
4NAME
5----
7bd7f280 6git-shortlog - Summarize 'git log' output
3f971fc4 7
3f971fc4
JH
8SYNOPSIS
9--------
bd494fc7 10git-log --pretty=short | 'git-shortlog'
3f971fc4
JH
11
12DESCRIPTION
13-----------
14Summarizes 'git log' output in a format suitable for inclusion
74237d62
JF
15in release announcements. Each commit will be grouped by author
16the first line of the commit message will be shown.
17
18Additionally, "[PATCH]" will be stripped from the commit description.
19
20FILES
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)>
3f971fc4
JH
31
32Author
33------
34Written by Jeff Garzik <jgarzik@pobox.com>
35
36Documentation
37--------------
38Documentation by Junio C Hamano.
39
40GIT
41---
a7154e91 42Part of the gitlink:git[7] suite
3f971fc4 43