Add git-shortlog perl script
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 03:21:35 +0000 (20:21 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 03:21:35 +0000 (20:21 -0700)
commitfa375c7f1b6298b128492b0935e92ecd0fd668e4
treefa3ff8e1d30f87b38843ecad1b07497005ca1621
parent337cb3fb8da45f10fe9a0c3cf571600f55ead2ce
Add git-shortlog perl script

Somebody finally came through - Jeff Garzik gets a gold
star for writing a shortlog script for git, so that I
can do nice release announcments again.

I added name translations from the current kernel history
(and git, for that matter). Hopefully it won't grow at
nearly the same rate the BK equivalent did, since 99% of
the time git records the full name already.

Usage: just do

        git-rev-list --pretty HEAD ^LAST_HEAD | git-shortlog

or, in fact, use any of the other tools (git-diff-tree,
git-whatchanged etc) that use the default "pretty" commit format.
Makefile
git-shortlog [new file with mode: 0755]