696a4245b5ca6cc49a9dcaa346d8a0e7453e44b0
1git-shortlog(1)
2===============
3
4NAME
5----
6git-shortlog - Summarize 'git log' output.
7
8
9SYNOPSIS
10--------
11'git log --pretty=short | git shortlog'
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---
29Part of the gitlink:git[7] suite
30