aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-04 20:21:35 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-04 20:21:35 -0700
commitfa375c7f1b6298b128492b0935e92ecd0fd668e4 (patch)
treefa3ff8e1d30f87b38843ecad1b07497005ca1621 /Makefile
parent337cb3fb8da45f10fe9a0c3cf571600f55ead2ce (diff)
downloadgit-fa375c7f1b6298b128492b0935e92ecd0fd668e4.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5e7552e10..c03b4b6bdf 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ INSTALL=install
SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \
git-pull-script git-tag-script git-resolve-script git-whatchanged \
git-deltafy-script git-fetch-script git-status-script git-commit-script \
- git-log-script
+ git-log-script git-shortlog
PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \