Make git-send-pack exit with error when some refs couldn't be pushed out
[git/dscho.git] / Documentation / git-shortlog.txt
blob65ca77fbf657520a59b308fc3e99ed79b61cff95
1 git-shortlog(1)
2 ===============
4 NAME
5 ----
6 git-shortlog - Summarize 'git log' output.
9 SYNOPSIS
10 --------
11 'git-log --pretty=short | git shortlog'
13 DESCRIPTION
14 -----------
15 Summarizes 'git log' output in a format suitable for inclusion
16 in release announcements.
19 Author
20 ------
21 Written by Jeff Garzik <jgarzik@pobox.com>
23 Documentation
24 --------------
25 Documentation by Junio C Hamano.
27 GIT
28 ---
29 Part of the gitlink:git[7] suite