]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-shortlog.txt
Documentation updates.
[thirdparty/git.git] / Documentation / git-shortlog.txt
CommitLineData
3f971fc4
JH
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 link:git.html[git] suite
31