| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | git-shortlog(1) |
| 2 | =============== | ||||
| 3 | |||||
| 4 | NAME | ||||
| 5 | ---- | ||||
| 6 | git-shortlog - Summarize 'git log' output. | ||||
| 7 | |||||
| 8 | |||||
| 9 | SYNOPSIS | ||||
| 10 | -------- | ||||
| 11 | 'git-log --pretty=short | git shortlog' | ||||
| 12 | |||||
| 13 | DESCRIPTION | ||||
| 14 | ----------- | ||||
| 15 | Summarizes 'git log' output in a format suitable for inclusion | ||||
| 16 | in release announcements. | ||||
| 17 | |||||
| 18 | |||||
| 19 | Author | ||||
| 20 | ------ | ||||
| 21 | Written by Jeff Garzik <jgarzik@pobox.com> | ||||
| 22 | |||||
| 23 | Documentation | ||||
| 24 | -------------- | ||||
| 25 | Documentation by Junio C Hamano. | ||||
| 26 | |||||
| 27 | GIT | ||||
| 28 | --- | ||||
| 29 | Part of the gitlink:git[7] suite | ||||
| 30 | |||||