Documentation / git-shortlog.txton commit Revert "tutorial: update the initial commit example." (b67b9b2)
   1git-shortlog(1)
   2===============
   3v0.99.4, Aug 2005
   4
   5NAME
   6----
   7git-shortlog - Summarize 'git log' output.
   8
   9
  10SYNOPSIS
  11--------
  12'git log --pretty=short | git shortlog'
  13
  14DESCRIPTION
  15-----------
  16Summarizes 'git log' output in a format suitable for inclusion
  17in release announcements.
  18
  19
  20Author
  21------
  22Written by Jeff Garzik <jgarzik@pobox.com>
  23
  24Documentation
  25--------------
  26Documentation by Junio C Hamano.
  27
  28GIT
  29---
  30Part of the gitlink:git[7] suite
  31