Documentation / git-shortlog.txton commit Merge git://git.kernel.org/pub/scm/gitk/gitk (d69dc37)
   1git-shortlog(1)
   2===============
   3
   4NAME
   5----
   6git-shortlog - Summarize 'git log' output
   7
   8
   9SYNOPSIS
  10--------
  11git-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