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