mirror of
https://github.com/git/git.git
synced 2024-11-06 09:13:01 +01:00
32 lines
447 B
Text
32 lines
447 B
Text
|
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
|
||
|
|