Call builtin ls-tree in git-cat-file -p
[git/dscho.git] / Documentation / git-shortlog.txt
blob54fb922ba9704112f953e4f6de25f053e81b2097
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