]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-shortlog.txt
format-patch/commit: Quote single quote in the author name properly.
[thirdparty/git.git] / Documentation / git-shortlog.txt
CommitLineData
3f971fc4
JH
1git-shortlog(1)
2===============
3f971fc4
JH
3
4NAME
5----
6git-shortlog - Summarize 'git log' output.
7
8
9SYNOPSIS
10--------
cc1621e2 11'git-log --pretty=short | git shortlog'
3f971fc4
JH
12
13DESCRIPTION
14-----------
15Summarizes 'git log' output in a format suitable for inclusion
16in release announcements.
17
18
19Author
20------
21Written by Jeff Garzik <jgarzik@pobox.com>
22
23Documentation
24--------------
25Documentation by Junio C Hamano.
26
27GIT
28---
a7154e91 29Part of the gitlink:git[7] suite
3f971fc4 30