From d0058337412305b7ff54af17549dad3e231bc3d6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 Nov 2008 21:50:38 +0000 Subject: [PATCH] "make show-authors" lists patch authors since last release --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index cf50994ad..63bfe06e9 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,11 @@ show-changes: @echo @darcs changes --from-tag . | grep '*' +show-authors: + @echo Patch authors since last release: + @echo + @darcs changes --from-tag . |grep '^\w' |cut -c 31- |sort |uniq + sloc: @echo "test code:" @sloccount Tests.hs | grep haskell: