[PATCH] possible memory leak in diff.c::diff_free_filepair()
[git.git] / Documentation / git-shortlog.txt
blob6968ca6060a075bdd2a53776f353dfabb444fc88
1 git-shortlog(1)
2 ===============
3 v0.99.4, Aug 2005
5 NAME
6 ----
7 git-shortlog - Summarize 'git log' output.
10 SYNOPSIS
11 --------
12 'git log --pretty=short | git shortlog'
14 DESCRIPTION
15 -----------
16 Summarizes 'git log' output in a format suitable for inclusion
17 in release announcements.
20 Author
21 ------
22 Written by Jeff Garzik <jgarzik@pobox.com>
24 Documentation
25 --------------
26 Documentation by Junio C Hamano.
28 GIT
29 ---
30 Part of the link:git.html[git] suite