1git-shortlog(1)
2===============
34
NAME
5----
6git-shortlog - Summarize 'git log' output.
78
9
SYNOPSIS
10--------
11'git-log --pretty=short | git shortlog'
1213
DESCRIPTION
14-----------
15Summarizes 'git log' output in a format suitable for inclusion
16in release announcements.
1718
19
Author
20------
21Written by Jeff Garzik <jgarzik@pobox.com>
2223
Documentation
24--------------
25Documentation by Junio C Hamano.
2627
GIT
28---
29Part of the gitlink:git[7] suite
30